Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <meta name="viewport" content="width=device-width, initial-scale=1">
  2. <style>
  3. body { margin:0; padding:0; background:#004716; }
  4. p { display: inline-table; margin: 5px 5px 10px 7px; padding: 5px 5px 5px 7px; width: 30%; text-align: left; vertical-align: text-top; }
  5. p.filled { color: #ffffff; background: #709231; }
  6. p.left { margin: 0 0 0 0; padding: 0 0 5px 0; width: 100%; text-align: left; }
  7.  
  8. @media screen (max-width:760px) { p.filled { color: #000000; background: #ff9900; } }
  9. </style>
  10.  
  11. @media screen and (max-width:760px) {
  12. p.filled { color: #000000; background: #ff9900; }
  13. }
  14.  
  15. @media screen and (max-width:760px)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement