Guest User

Untitled

a guest
May 9th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  4. <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
  5. <style>
  6. sho {
  7. display: none;
  8. }
  9. .w3-topnav + sho {
  10. display: block;
  11. }
  12. </style>
  13. </head>
  14. <div class='w3-topnav w3-blue w3-top'>
  15. <a href="#projects">
  16. <sho>Projects></sho>
  17. <i class="fa fa-th hover"></i>
  18. </a>
  19. <a href="#videos">
  20. <sho>Videos</sho>
  21. <i class="fa fa-youtube-square hover"></i>
  22. </a>
  23. </div>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment