Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .links {
- position:fixed;
- font-size:30px;
- top: 83px;
- left: 765px;
- }
- .links a {
- text-decoration:none;
- text-transform:normal;
- color: #e7e4d2;
- font-family: 'Princess Sofia', cursive;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- .links a:hover {
- text-decoration:none;
- text-transform:normal;
- text-shadow:none;
- color: #e7e4d2;
- text-shadow: -5px -5px 1px #e7e4d2;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment