Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--<style>
  6.  
  7. ul, ul li{
  8. list-style-type: none;
  9. margin-left: 10px;
  10. padding: 0;
  11. display: block;
  12. float: left;
  13.  
  14. }
  15.  
  16. ul a:link, ul a:visited{
  17. display: block;
  18. width: 81px;
  19. background-color: #dddddd;
  20. text-decoration: none;
  21. color: black;
  22. padding: 4px;
  23. border: 2px outset #c0c0c0;
  24. width: 100px;
  25. text-align: center;
  26. }
  27.  
  28. ul a:hover{
  29.  
  30. border-style: inset;
  31. color: orange;
  32. padding: 6px 3px 3px 6px;
  33. text-align: center;
  34. }
  35.  
  36. </style>
  37. -->
  38. <style>
  39.  
  40. li{
  41. float: left;
  42. width: 100px;
  43. height: 50px;
  44. background-color: black;
  45. list-style-type: none;
  46. text-align: center;
  47.  
  48. }
  49. a:visited, a:link{
  50.  
  51. text-decoration: none;
  52. color: white;
  53.  
  54. }
  55.  
  56.  
  57. </style>
  58.  
  59.  
  60. </head>
  61.  
  62. <body>
  63.  
  64. <ul>
  65. <li><a href="start.html">Start</a></li>
  66. <li><a href="nowe.html">Aktualności</a></li>
  67. <li><a href="szkolenia.html">Szkolenia</a></li>
  68. <li><a href="usługi.html">Usługi</a></li>
  69. </ul>
  70.  
  71.  
  72. </body>
  73.  
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement