Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body{
  5. background:url(BackIcons/times.jpg);
  6. font-family:Arial, Helvetica, sans-serif;
  7. }
  8.  
  9.  
  10.  
  11.  
  12. #headingEddy{
  13. margin-left:20px;
  14.  
  15.  
  16. }
  17. #firstboxOne{
  18. padding:10px 10px 10px 10px;
  19. width:850px;
  20. height:410px;
  21. margin-top: 20px;
  22. margin-left:10px;
  23. float: left;
  24. }
  25.  
  26. #boxOne{
  27. background-color:#FF33FF;
  28. width:198px;
  29. height:198px;
  30. float: left;
  31. margin-right: 10px;
  32. margin-bottom: 10px;
  33. background-image: url(BackIcons/wall.jpg);
  34. border: thin #dfe4e1 solid;
  35. }
  36. #titleboxONE{
  37. background-color:#000000;
  38. margin-top:85%;
  39. width: 98%;
  40. padding-left:4px;
  41. padding-right:2px;
  42. color: #999999;
  43. height: 30px;
  44. font-size: 12px;
  45.  
  46.  
  47. }
  48. #boxTwo{
  49. background-color:#FF33FF;
  50. width:198px;
  51. height:198px;
  52. float: left;
  53. margin-right: 10px;
  54. margin-bottom: 10px;
  55. border: thin #dfe4e1 solid;
  56. background-image: url(BackIcons/thumbOne.jpg);
  57. background-repeat: no-repeat;
  58.  
  59. }
  60. #boxThree{
  61. background-color:#FF33FF;
  62. width:198px;
  63. height:198px;
  64. float: left;
  65. margin-right: 10px;
  66. margin-bottom: 10px;
  67. background-image: url(BackIcons/studio.jpg);
  68. border: thin #dfe4e1 solid;
  69.  
  70. }
  71. #boxFour{
  72. background-color:#FF33FF;
  73. width:198px;
  74. height:198px;
  75. float: left;
  76. margin-right: 10px;
  77. margin-bottom: 10px;
  78. background-image: url(BackIcons/graf.jpg);
  79. border: thin #dfe4e1 solid;
  80.  
  81. }
  82. #boxFive{
  83. background-color:#FF33FF;
  84. width:198px;
  85. height:198px;
  86. float: left;
  87. margin-right: 10px;
  88. margin-bottom: 10px;
  89. /* for IE */
  90. filter:alpha(opacity=70);
  91. /* CSS3 standard */
  92. opacity:0.7;
  93. border: thin #dfe4e1 solid;
  94.  
  95. }
  96. #boxSix{
  97. background-color:#FF33FF;
  98. width:198px;
  99. height:198px;
  100. float: left;
  101. margin-right: 10px;
  102. margin-bottom: 10px;
  103. border: thin #dfe4e1 solid;
  104. background-image: url(BackIcons/strreet.jpg);
  105.  
  106. }
  107. #boxSeven{
  108. background-color:#FF33FF;
  109. width:198px;
  110. height:198px;
  111. float: left;
  112. margin-right: 10px;
  113. margin-bottom: 10px;
  114. border: thin #dfe4e1 solid;
  115. background-image: url(BackIcons/thumbTwo.jpg);
  116. background-repeat: no-repeat;
  117.  
  118. }
  119. #boxEight{
  120. background-color:#FF33FF;
  121. width:198px;
  122. height:198px;
  123. float: left;
  124. margin-right: 10px;
  125. margin-bottom: 10px;
  126. border: thin #dfe4e1 solid;
  127. background-image: url(BackIcons/street.jpg);
  128.  
  129. }
  130. #eddy{
  131. width:100px;
  132. height:500px;
  133. float: left;
  134. margin-top: 10px;
  135.  
  136.  
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement