Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* --- BLUR LINKS START --- */
- .nav {
- position:fixed;
- font-size:50px;
- top: 300px;
- left: 275px;
- -ms-transform: rotate(-40deg);
- -webkit-transform: rotate(-40deg);
- transform: rotate(-40deg);
- }
- .nav a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow:0px 0px 5px #e1e0de;
- color: #bbbbb3;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .nav a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- -webkit-filter: blur(2px)
- }
- /* --- BLUR LINKS END --- */
Advertisement
Add Comment
Please, Sign In to add comment