Advertisement
Guest User

dikke kak

a guest
Apr 19th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.88 KB | None | 0 0
  1. @import "huisstijl";
  2.  
  3.  
  4. body{
  5.   background-color: $achtergrond-kleur;
  6. }
  7.  
  8. //Card1 img//
  9. .esports {
  10.   border: 2px;
  11.   -webkit-background-size: cover;
  12.   background-size: cover;
  13.   background-repeat: no-repeat;
  14.   background:$transparent;
  15.  
  16.   @media (min-width: 900px){
  17.     background-image: url("../img/esports_fullscreen.png");
  18.     -webkit-background-size: cover;
  19.     background-size: cover;
  20.   }
  21.   @media (min-width: 600px) {
  22.     background-image: url("../img/esports_tablet.png");
  23.  
  24.     -webkit-background-size: cover;
  25.     background-size: cover;
  26.   }
  27.   @media (min-width: 450px){
  28.     background-image: url("../img/esports_tablet_smaller.png");
  29.  
  30.     -webkit-background-size: cover;
  31.     background-size: cover;
  32.   }
  33.   @media (min-width: 250px){
  34.     background-image: url("../img/esports_phone.png");
  35.  
  36.     -webkit-background-size: cover;
  37.     background-size: cover;
  38.   }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement