Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Ukol 2 (obrazek)
  2.  
  3. <link rel="stylesheet" href="obrazek.css" type="text/css">
  4.  
  5. </head>
  6. <body>
  7. <div>
  8. <header>
  9. </header>
  10. <section>
  11.  
  12. <nav>
  13. <h2>Odkazy</h2>
  14. <a href="">odkaz</a><br>
  15. <a href="">odkaz</a><br>
  16. <a href="">odkaz</a><br>
  17. <a href="">odkaz</a>
  18. </nav>
  19.  
  20. <article>
  21. <h2>Obsah</h2>
  22. <p>Lorem ipsum dolor sit amet consectetuer volutpat congue Aliquam pellentesque libero. Condimentum elit quis orci morbi Nulla eget nibh laoreet enim Phasellus. Semper lorem nibh habitant elit Aliquam Aenean eros commodo dapibus nibh. Id et pulvinar tellus lacinia consequat lorem lacinia malesuada Nullam ipsum. Nec vitae Morbi enim tempor id tincidunt tempor eros at.</p>
  23. </article>
  24.  
  25. <aside>
  26. <h2>doplnění obsahu</h2>
  27. <a href="">odkaz</a>
  28. <a href="">odkaz</a>
  29. <a href="">odkaz</a>
  30. <a href="">odkaz</a>
  31. <p>Lorem ipsum dolor sit amet consectetuer tellus libero fringilla Vestibulum lacinia. Justo molestie consectetuer orci leo Vestibulum ac Curabitur lacus vitae Curabitur.</p>
  32. </aside>
  33.  
  34. </section>
  35. <footer>
  36. Toto je patička.
  37. </footer>
  38. </div>
  39. </body>
  40. </html>
  41.  
  42. CSS
  43.  
  44. header{background-image: url(wallpaper-2015_111528356_ 26914.jpg);
  45. width: 940px;
  46. height: 348px;}
  47. div{width:940px;
  48. margin:auto;}
  49. a{display:block;}
  50. nav{width:20%;
  51. background: rgb(255,204,153);}
  52. aside{width:20%;
  53. background: rgb(204,204,153);}
  54. footer{background: rgb(204,204,180);
  55. text-align: center;}
  56. article, aside, nav{padding:10px;}
  57. section{display: flex;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement