Guest User

idk

a guest
Jul 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. /***********
  2.          HEADER
  3.               **********/
  4.  
  5.  
  6. #header-bottom-left {
  7.     height: 100px;
  8.     padding-top: 50px;
  9.     background: url(%%header%%) no-repeat;
  10. }
  11.  
  12. #header-img.default-header {
  13.     position: absolute;
  14.     right: 5px;
  15.     bottom: -3px;
  16.     width: 35px;
  17.     height: 27px;
  18.     transition: 300ms ease;
  19.     z-index: 9999!important;
  20.     opacity: 0.85;
  21. }
  22.  
  23. #header-img.default-header:hover {
  24.     height: 30px;
  25.     opacity: 1;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment