Advertisement
Guest User

Untitled

a guest
May 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>marginesy</title>
  5. <meta charset="utf-8">
  6. <style>
  7. <!--
  8. body {background-color:gray;}
  9. #cont {background-color:yellow;
  10. width: 1030px;
  11. margin:auto;
  12. }
  13. #menu {width:190px; height:1000px;
  14. background-color: #3FE896;
  15. float:left;margin-right:10px;padding: 10px;border: 5px dashed;
  16. }
  17. #logo {background-color:#fff78f;
  18. width:990px; height: 130px;margin-bottom: 10px;padding: 10px 15px 10px 15px;border:5px double;border-top-left-radius: 30px;border-bottom-right-radius: 30px;
  19. }
  20. #tresc {width:790px; height:1000px;
  21. background-color:#5258ff;
  22. float:left;
  23. border:5px groove #e83f60;}
  24. p {font-size:2em; color:white;
  25. background-color: red; margin-left:100px;
  26. margin-top:30px;
  27. margin-bottom:0px;
  28. margin-right:50px;
  29. padding:10px 15px;
  30. }
  31. -->
  32. </style>
  33. </head>
  34. <body>
  35. <div id="cont">
  36. <div id="logo">LOGO</div>
  37. <div id="menu">Menu</div>
  38. <div id="tresc"><p>Witamy na stronie</p>
  39. <p>strona pokazuje wykorzystywanie marginesów</p>
  40. </div><br>
  41.  
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement