Advertisement
Guest User

AMTPZSGM

a guest
Feb 18th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. #BOX {
  2. width:800px;
  3. height:850px;
  4. background-color:#808080;
  5. margin-left:auto;
  6. margin-right:auto;
  7. float:left;
  8. }
  9. #pasekG {
  10. width:780px;
  11. height:200px;
  12. margin-left:10px;
  13. margin-right:10px;
  14. background-color:blue;
  15. margin-top:5px;
  16. background-image:url(pasek.jpg)
  17. }
  18. #data {
  19. width:187.5px;
  20. height:187.5px;
  21. margin-top:10px;
  22. background-color:blue;
  23. float:left;
  24. margin-left:10px;
  25. }
  26. #spol {
  27. width:187.5px;
  28. height:187.5px;
  29. margin-top:10px;
  30. background-color:blue;
  31. float:left;
  32. margin-left:10px;
  33. }
  34. #inst {
  35. width:187.5px;
  36. height:187.5px;
  37. margin-top:10px;
  38. background-color:blue;
  39. float:left;
  40. margin-left:10px;
  41. }
  42. #obr {
  43. width:187.5px;
  44. height:187.5px;
  45. margin-top:10px;
  46. background-color:blue;
  47. float:left;
  48. margin-left:10px;
  49. margin-right:10px;
  50. }
  51. #film {
  52. width:385px;
  53. height:387.5px;
  54. background-color:blue;
  55. float:left;
  56. margin-left:10px;
  57. margin-top:10px;
  58. }
  59. #obr2 {
  60. width:187.5px;
  61. height:188.75px;
  62. margin-top:10px;
  63. background-color:blue;
  64. float:left;
  65. margin-left:10px;
  66. }
  67. #yt {
  68. width:187.5px;
  69. height:188.75px;
  70. margin-top:10px;
  71. background-color:blue;
  72. float:left;
  73. margin-left:10px;
  74. margin-right:10px;
  75. }
  76. #twit {
  77. width:187.5px;
  78. height:188.75px;
  79. margin-top:10px;
  80. background-color:blue;
  81. float:left;
  82. margin-left:10px;
  83. margin-right:10px;
  84. }
  85. #fb {
  86. width:187.5px;
  87. height:188.75px;
  88. margin-top:10px;
  89. background-color:blue;
  90. margin-right:10px;
  91. float:left;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement