Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div style="background:url(img.jpg)">
  2. test
  3. </div>
  4.  
  5. @media screen and (max-width: 600px) {
  6. div {
  7. background-size:contain;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement