Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. .sidenav1 {
  4.   height: 100%;
  5.   width: 0;
  6.   position: fixed;
  7.   z-index: 1;
  8.   top: 0;
  9.   left: 0;
  10.   background-color: #111;
  11.   overflow-x: hidden;
  12.   transition: 0.5s;
  13.   padding-top: 60px;
  14. }
  15.  
  16. .sidenav1 a {
  17.   padding: 8px 8px 8px 32px;
  18.   text-decoration: none;
  19.   font-size: 25px;
  20.   color: #818181;
  21.   display: block;
  22.   transition: 0.3s;
  23. }
  24.  
  25. .sidenav1 a:hover {
  26.   color: #f1f1f1;
  27. }
  28.  
  29. .sidenav1 .closebtn1 {
  30.   position: absolute;
  31.   top: 0;
  32.   right: 25px;
  33.   font-size: 36px;
  34.   margin-left: 50px;
  35. }
  36.  
  37. @media screen and (max-height: 450px) {
  38.   .sidenav1 {padding-top: 15px;}
  39.   .sidenav1 a {font-size: 18px;}
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement