Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* -- FLIPPY LINKS START -- */
- .nav1 {
- display:inline-block;
- position:fixed;
- font-family: times;
- margin-top: -50px;
- margin-left: 50px;
- width:300px;
- text-transform:none;
- text-align:center;
- line-height:100%;
- z-index:99990;
- }
- .nav1 a{
- z-index:10;
- text-shadow: 2px 2px 5px #000;
- font-size:20px;
- width:10px;
- color:#000;
- height:7px;
- line-height:220%;
- margin-left:5px;
- text-decoration:none;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .nav1 a:hover {
- color:#000;
- transform: rotateY(-360deg);
- transform: rotateY(-360deg);
- transform: rotateY(-360deg);
- }
- /* --- FLIPPY LINKS END -- */
Advertisement
Add Comment
Please, Sign In to add comment