Advertisement
nflcs

Код за сайта ви!

Dec 30th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | Source Code | 0 0
  1. .logo-xmas {
  2.     z-index: 1;
  3.     background: url("./images/christmas_logo.png");
  4.     width: 110px;
  5.         height: 127px;;
  6.     position: absolute;
  7.         margin-left: -51px;
  8.         margin-top: -16px;
  9. }
  10.  
  11. .xmas {
  12.     z-index: 1;
  13.     background: url(./images/christmas_hat.png);
  14.     width: 47px;
  15.     height: 47px;
  16.     position: absolute;
  17.     margin-left: -24px;
  18.     margin-top: -11px;
  19. }
  20.  
  21. .forabg {margin-bottom: 10px;}
  22.  
  23.  
  24. @media screen and (max-width: 700px) and (max-device-width: 700px) {
  25.     .logo-xmas {
  26.         width: 0;
  27.         height: 0;
  28.     }
  29.     .xmas {
  30.         width: 0;
  31.         height: 0;
  32.     }
  33.  
  34.         .headerbar {
  35.                    margin-top: 12px;
  36.         }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement