Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*CODES BY PAINTHEMES*/
- #blogroll{
- background:white;
- padding:20px;
- overflow:auto;
- border:1px solid #000; /*border of your blogroll box, delete it if you don't want it*/
- z-index:999;
- width:430px;
- height:300px;
- }
- .blogroll img{
- width:50px;
- height:50px;
- padding:10px;
- margin:5px;
- -o-transition-transition: all 0.9s ease;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- transition: all 0.9s ease;
- }
- .blogroll img:hover{
- background:#000; /*background hover of the images*/
- -o-transition-transition: all 0.9s ease;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- transition: all 0.9s ease;
- }
- /*CODES BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement