Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***********
- HEADER
- **********/
- #header-bottom-left {
- height: 100px;
- padding-top: 50px;
- background: url(%%header%%) no-repeat;
- }
- #header-img.default-header {
- position: absolute;
- right: 5px;
- bottom: -3px;
- width: 35px;
- height: 27px;
- transition: 300ms ease;
- z-index: 9999!important;
- opacity: 0.85;
- }
- #header-img.default-header:hover {
- height: 30px;
- opacity: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment