Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. #jeden
  3. {background-color:red;
  4. width:200px;
  5. height:200px;
  6. position: absolute;
  7. top: 80;
  8. opacity: 0.5;
  9. left:80;
  10. border: 10px solid;
  11. border-radius: 20px;
  12.  
  13.  
  14. }
  15. #dwa
  16. {background-color:blue;
  17. width:200px;
  18. height:200px;
  19. float:left;
  20. position: absolute;
  21. left: 300;
  22. opacity: 0.5;
  23. top: 80;
  24. border: 10px solid;
  25. border-radius: 20px;
  26. }
  27.  
  28. #trzy
  29. {background-color:green;
  30. width:200;
  31. height:200;
  32. position: absolute;
  33. left:520;
  34. opacity: 0.5;
  35. top:80;
  36. border: 10px solid;
  37. border-radius: 20px;
  38. }
  39.  
  40. #cztery
  41. {
  42. background-color:yellow;
  43. width:200;
  44. height:200;
  45. position: absolute;
  46. left:520;
  47. opacity: 0.5;
  48. top:300;
  49. border: 10px solid;
  50. border-radius: 20px;
  51. }
  52.  
  53. #piec
  54. {
  55. background-color:black;
  56. width:200;
  57. height:200;
  58. position: absolute;
  59. left:300;
  60. opacity: 0.5;
  61. top:300;
  62. border: 10px solid;
  63. border-radius: 20px;
  64. }
  65. #szesc
  66. {
  67. background-color:DarkMagenta ;
  68. width:200;
  69. height:200;
  70. position: absolute;
  71. left:80;
  72. opacity: 0.5;
  73. top:520;
  74. border: 10px solid;
  75. border-radius: 20px;
  76. }
  77. #siedem
  78. {
  79. background-color:coral;
  80. width:200;
  81. height:200;
  82. position: absolute;
  83. left:520;
  84. opacity: 0.5;
  85. top:520;
  86. border: 10px solid;
  87. border-radius: 20px;
  88. }
  89.  
  90. #osiem
  91. {
  92. background-color:crimson;
  93. width:200;
  94. height:200;
  95. position: absolute;
  96. left:300;
  97. opacity: 0.5;
  98. top:520;
  99. border: 10px solid;
  100. border-radius: 20px;
  101. }
  102. #dziewiec
  103. {
  104. background-color:brown;
  105. width:200;
  106. height:200;
  107. position: absolute;
  108. left:80;
  109. opacity: 0.5;
  110. top:300;
  111. border: 10px solid;
  112. border-radius: 20px;
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement