Guest User

Untitled

a guest
Dec 5th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [data-slides] {
  2. background-image: url(../../uploads/banner1.jpg); /* Default image. */
  3. background-repeat: no-repeat;
  4. background-position: center top;
  5. background-size: cover;
  6. transition: background-image 1s linear;
  7. }
  8.  
  9. /* Use additional CSS to control the `height` of `[data-slides]`, like so: */
  10.  
  11. .test { height: 220px; }
  12. @media all and (min-width: 48em) {
  13. .test { height: 320px; }
  14. }
Add Comment
Please, Sign In to add comment