Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .links {
- border:3px solid #808080;
- width:200px;
- height: 140px;
- display:inline-block;
- text-align: center;
- padding:0px;
- margin-top: 10px;
- position:relative;
- }
- .links:hover {
- -webkit-transform: rotate(365deg);
- -moz-transform: rotate(365deg);
- border: 3px solid white;
- width:200px;
- -webkit-box-shadow: 0px 0px 10px #BE81F7;
- -moz-box-shadow: 0px 0px 10px #BE81F7;
- box-shadow: 0px 0px 10px #7c7c7c;
- -webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;transition: all 1.2s ease-out;
- }
- .links img{width: 200px; height:140px}
- .links:hover img{
- -webkit-transition: all .0s ease-out;-moz-transition: all .0s ease-out;transition: all .0s ease-out;}
Advertisement
Add Comment
Please, Sign In to add comment