Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>szablon respens-1</title>
  6. <style>
  7. #caly_blok{
  8. font-size: 18px;
  9. min-width: 480px;
  10. max-width: 1600px;
  11. border-left: 1px solid gold;
  12. border-right: 1px solid gold;
  13.  
  14. }
  15. #naglowek{
  16. background-color: goldenrod;
  17. text-align: center;
  18. font-size: 1.6em;
  19. line-height: 1.5em;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="caly_blok">
  25. <div id="naglowek">
  26. <div>
  27. Naglowek strony
  28. </div>
  29. </div>
  30. </div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement