Advertisement
Guest User

knut

a guest
Mar 26th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Obramowanie</title>
  5. <meta charset="utf-8">
  6. <style>
  7. <!--
  8. body {background-color: gray; color: pink;}
  9. #blok1 {background-color: white; width: 300px; height: 300px; border-style: solid; border-top-left-radius: 15%; float: left; margin: 10px;}
  10.  
  11. #blok2 {background-color: red; width: 300px; height: 300px; border-style: dashed; border-top-right-radius: 30%; float: left; margin: 10px;}
  12.  
  13. #blok3 {background-color: yellow; width: 300px; height: 300px; border-style: dotted; border-bottom-left-radius: 50%; clear: both; float: left; margin: 10px;}
  14.  
  15. #blok4 {background-color: blue; width: 300px; height: 300px; border-style: double; border-bottom-right-radius: 100%; float: left; margin: 10px;}
  16. -->
  17. </style>
  18. </head>
  19. <body>
  20. <h1>Obramowanie</h1>
  21. <h2>Styl Obramowania</h2>
  22. <h3>Kolor Obramowania</h3>
  23. <div id="blok1"></div>
  24. <div id="blok2"></div>
  25. <div id="blok3"></div>
  26. <div id="blok4"></div>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement