Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .saymyname img{
- width: 100%;
- height: 150px;
- }
- .bills{
- opacity: 0;
- width: 100%;
- height: 100px;
- z-index: 9999;
- margin-top: -170px;
- -webkit-transition: 1.2s ease-in-out;
- -moz-transition: 1.2s ease-in-out;
- -ms-transition: 1.2s ease-in-out;
- }
- .bills:hover{
- opacity: 1;
- -webkit-transition: 1.2s ease-in-out;
- -moz-transition: 1.2s ease-in-out;
- -ms-transition: 1.2s ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment