Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #panza {
  2. width: 300px;
  3. height: 300px;
  4. background-color: ivory;
  5. margin: 0 auto;
  6. box-shadow: 15px 15px 10px gray;
  7. }
  8.  
  9. #primul-rand {
  10. height: 75%;
  11. width: 100%;
  12. }
  13.  
  14. #patrat-mare {
  15. height: 100%;
  16. width: 75%;
  17. }
  18. .rosu {
  19. background-color: red;
  20. }
  21. .dreapta {
  22. float:right;
  23. }
  24. .negru {
  25. background-color: black;
  26. }
  27.  
  28. #primul-despartitor{
  29. height:100%;
  30. width:3%;
  31. }
  32.  
  33. #prima-coloana{
  34. height: 100%;
  35. width: 22%;
  36. }
  37.  
  38. #despartitor-doi{
  39. height:3%;
  40. width:100%;
  41. }
  42. #patrat-mediu{
  43. height:48.5%;
  44. width:100%;
  45. }
  46. #patrat-mediu-doi{
  47. height:48.5%;
  48. width:100%;
  49. }
  50.  
  51. #rand-doi {
  52. height: 3%;
  53. width: 100%;
  54. }
  55. #rand-trei {
  56. height: 22%;
  57. width: 100%;
  58. }
  59. #ultima-coloana {
  60. height: 100%;
  61. width: 5%;
  62. }
  63. #dreptunghi-mic {
  64. height: 45%;
  65. width: 100%;
  66. }
  67.  
  68. #dreptunghi-mic-doi {
  69. height: 45%;
  70. width: 100%;
  71. }
  72. #despartitor-trei {
  73. height: 10%;
  74. width: 100%;
  75. }
  76. #despartitor-patru {
  77. height: 100%;
  78. width: 3%;
  79. }
  80. #despartitor-cinci {
  81. height: 100%;
  82. width: 3%;
  83. }
  84. #dreptunghi {
  85. height: 100%;
  86. width: 67%;
  87. }
  88. #patrat-mic {
  89. height: 100%;
  90. width: 22%;
  91. }
  92. .galben{
  93. background-color: yellow;
  94. }
  95. .albastru {
  96. background-color: blue;
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement