Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* --- VANISHING LINKS START --- */
- .nav {
- position:fixed;
- font-size:50px;
- top: 200px;
- left: 220px;
- }
- .nav a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow:0px 0px 5px #e1e0de;
- color: #bbbbb3;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- .nav a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- -webkit-filter: blur(60px);
- -moz-filter: blur(60px);
- }
- /* --- VANISHING LINKS END --- */
Advertisement
Add Comment
Please, Sign In to add comment