Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <meta charset="windows-1250">
  10. <title></title>
  11. </head>
  12. <body>
  13.  
  14. <div id="1" style="
  15. position:absolute;
  16. width:750px;
  17. height:600px;
  18. margin-left:20%;
  19. margin-top:1%;
  20. background-color:lightskyblue;
  21. border-color: blue;
  22. border-style: solid;">
  23. </div>
  24.  
  25. <div id="2" style="
  26. position:absolute;
  27. width:250px;
  28. height:500px;
  29. border-radius:50px;
  30. margin-left:25%;
  31. margin-top:5%;
  32. background-color:white;
  33. border-color: green;
  34. border-style: solid;"/>
  35. </div>
  36.  
  37. <div id="3" style="
  38. position:absolute;
  39. width:250px;
  40. height:500px;
  41. border-radius:50px;
  42. margin-left:50%;
  43. margin-top:5%;
  44. background-color:white;
  45. border-color: green;
  46. border-style: solid;"/>
  47. </div>
  48.  
  49. <div id="4" style="
  50. position:absolute;
  51. width:100px;
  52. height:100px;
  53. border-radius:50px;
  54. margin-left:55%;
  55. margin-top:5.5%;
  56. background-color:lightskyblue;
  57. border-color: blue;
  58. border-style: solid;"/>
  59. </div>
  60. <div id="5" style="
  61. position:absolute;
  62. width:100px;
  63. height:100px;
  64. border-radius:50px;
  65. margin-left:55%;
  66. margin-top:13.5%;
  67. background-color:lightskyblue;
  68. border-color: blue;
  69. border-style: solid;"/>
  70. </div>
  71. <div id="6" style="
  72. position:absolute;
  73. width:100px;
  74. height:100px;
  75. border-radius:50px;
  76. margin-left:51%;
  77. margin-top:21.5%;
  78. background-color:lightskyblue;
  79. border-color: blue;
  80. border-style: solid;"/>
  81. </div>
  82. <div id="7" style="
  83. position:absolute;
  84. width:100px;
  85. height:100px;
  86. border-radius:50px;
  87. margin-left:60%;
  88. margin-top:21.5%;
  89. background-color:lightskyblue;
  90. border-color: blue;
  91. border-style: solid;"/>
  92. </div>
  93.  
  94. <div id="8" style="
  95. position:absolute;
  96. width:100px;
  97. height:100px;
  98. border-radius:50px;
  99. margin-left:55%;
  100. margin-top:30%;
  101. background-color:lightskyblue;
  102. border-color: blue;
  103. border-style: solid;"/>
  104. </div>
  105.  
  106. <div id="9" style="
  107. position:absolute;
  108. width:50px;
  109. height:50px;
  110. border-radius:25px;
  111. margin-left:57%;
  112. margin-top:38%;
  113. background-color:lightskyblue;
  114. border-color: blue;
  115. border-style: solid;"/>
  116. </div>
  117.  
  118.  
  119. </body>
  120. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement