Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. <title>Document</title>
  10.  
  11.  
  12.  
  13. <style>
  14.  
  15.  
  16. body {
  17. background: #ececec;
  18. }
  19.  
  20. .kolo {
  21. width: 100px;
  22. height: 100px;
  23. background: #fcc;
  24. border-radius: 50%;
  25. margin: 25px 0 25px 0;
  26. border: 1px solid red;
  27. }
  28.  
  29.  
  30. .prostokat {
  31. border-style: solid;
  32. border: 10px solid #fff;
  33. width: 400px;
  34. height: 4px;
  35. background: #fcc;
  36. margin: 25px 0 25px 0;
  37. }
  38.  
  39.  
  40.  
  41.  
  42. </style>
  43.  
  44.  
  45.  
  46. </head>
  47. <body>
  48.  
  49.  
  50.  
  51. <div class="kolo"></div>
  52. <div class="prostokat"></div>
  53. <div class="prostokat"></div>
  54. <div class="prostokat"></div>
  55.  
  56.  
  57.  
  58.  
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement