Advertisement
Guest User

CSS

a guest
Jun 9th, 2013
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {  
  5. background-color:white;  
  6. background-image:url(bob.jpg);
  7. background-repeat:repeat;
  8. height:2000px;
  9. width:1000px;
  10. }
  11.  
  12. h1 {  
  13. color:#353538;  
  14. font-weight:normal;  
  15. text-align:center;  
  16. font-family:arial;
  17.  
  18. }
  19.  
  20. h6 {  
  21. color:#353538;  
  22. font-weight:normal;  
  23. text-align:center;  
  24. font-family:arial;
  25. font-size:10px;
  26. text-align:left;
  27.  
  28. }
  29.  
  30. #wherethequestionsgo  
  31. {  
  32. height: 2000px;  
  33. width:500px;  
  34. float:left;  
  35. margin:auto;
  36. margin-left:150px;
  37. padding:5px;  
  38. background-color:#999;  
  39. border:1px dashed #BABAC2;  
  40. border-radius:3px;  
  41. }
  42.  
  43. #pagewrap  
  44. {  
  45. width:300px;  
  46. margin:0px auto;  
  47. padding:5px;  
  48. }
  49.  
  50. #ScoreDiv {
  51.     width:300px;
  52.     height:200px;
  53.     margin:5px;
  54.     float:left;
  55.     padding:5px;
  56.     background-color:#999;
  57.     border:1px dashed #BABAC2;
  58. }
  59.  
  60. a {
  61.     text-decoration:none;
  62.     }
  63.  
  64. h2 {
  65.         text-align:center;
  66.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement