Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Koulu hommeli netti sivu</title>
  5. </head>
  6. <style>
  7. .main-nav{
  8. margin: 5px;
  9. padding 15px;
  10. max-width: 300px;
  11. height 300px;
  12. border 1px solid black;
  13. background-color: #fff;
  14.  
  15. }
  16. body {background-color: powderblue;}
  17. h1{border: 2px solid yellow;}
  18. </style>
  19. <body>
  20. <div id ="navigointi">
  21. <ul class="main-nav">
  22.  
  23.  
  24. <li class ="etu">
  25. <a target="_top" href="http://www.iltalehti.fi/">Etusivu</a>
  26. </li>
  27. <li>
  28. <a target="_top" href="http://www.iltalehti.fi/uutiset/">Uutiset</a>
  29. </li>
  30. </div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement