Pedromaia26

hjkhjk

Sep 19th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Teste/Revisão</title>
  5. <meta charset="utf-8">
  6. <style type="text/css">
  7. td{
  8. padding-left: 200px;
  9. padding-right: 200px;
  10. }
  11. td, a{
  12. display: inline-block;
  13. }
  14. .cool-link::after{
  15. content: '';
  16. display: block;
  17. width: 0;
  18. height: 5px;
  19. background: #fff;
  20. transition: width .3s;
  21. }
  22. .cool-link:hover::after{
  23. width: 120%;
  24. transition: width .3s;
  25. }
  26. </style>
  27. </head>
  28. <body background="bg.jpg">
  29. <nav style=" padding: 25px;">
  30. <table style="text-align: center; margin: auto;">
  31. <tr>
  32. <td><a style="color: white; text-decoration:none; font-size: 22px; font-family: Source Sans Pro;" class="cool-link" href="#">Home</a></td>
  33. <td><a style="color: white; text-decoration:none; font-size: 22px; font-family: Source Sans Pro;" class="cool-link" href="#">Sobre Nós</a></td>
  34. <td><a style="color: white; text-decoration:none; font-size: 22px; font-family: Source Sans Pro;" class="cool-link" href="#">Contactos</a></td>
  35. </tr>
  36. </table>
  37.  
  38.  
  39.  
  40. </nav>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment