wafiosadesigns

Menu Decread

Aug 3rd, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Coloque este primeiro código após </style>:
  2.  
  3. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  4.  
  5.  
  6. Coloque este código entre <style> e </style>:
  7.  
  8.  
  9. /* MENU POR SHWNTY - DON'T COPY.
  10. MANTENHA OS CRÉDITOS
  11. ♡ ❤ ♡
  12. •••••••••• */
  13.  
  14. .sh-menu {position:fixed; margin-left:120px; margin-top:150px; width:500px; height:auto; display:inline-block; cursor: hand; float:left; z-index:9999999;}
  15. .sh-menu a{display:inline-block; width:auto; height:14px; line-height:16px; margin:5px; text-align:center; padding:5px; color:#a8bec3; font-family:'Montserrat'; font-size:9px; text-align:center; text-transform:uppercase; letter-spacing:1px; background:#ddd; box-shadow:inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .3); transition:1s;}
  16. .sh-menu a:hover {transition:1s; color:#ddd; text-shadow: 0px 1px 1px rgba(225, 225, 225, 0.2); background:#a8bec3; padding:3px; font-size:8px;}
  17.  
  18.  
  19. Coloque este código após <body> ou <body onkeydown=“return false”>:
  20.  
  21.  
  22.  
  23. <!-- MENU POR MR. WAFIOSA - DON'T COPY.
  24. MANTENHA OS CRÉDITOS -->
  25.  
  26. <div class="sh-menu">
  27. <a href="/"><i class="fa fa-home"></i> HOME </a>
  28. <a href="/"><i class="fa fa-envelope"></i> ASK ME </a>
  29. <a href="/"><i class="fa fa-pencil"></i> SUBMIT </a>
  30. <a href="/"><i class="fa fa-tags"></i> AUTHORSHIPS </a>
  31. <a href="/"><i class="fa fa-star"></i> BLOGROLL </a>
  32. </div>
  33.  
  34. <!-- FIM DO MENU - MANTENHA OS CRÉDITOS. -->
Advertisement
Add Comment
Please, Sign In to add comment