Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blckquote, th, td {
  2. margin:0;
  3. padding:0;
  4. }
  5.  
  6. div#Site {
  7. text-align: left; /* 2. Teil der IE6-Version */
  8. margin: 0 auto; /* für standardkonforme Browser */
  9. width: 40%; /* Hier bietet sich z.B. auch 90% als dynamische Breite an */
  10. }
  11.  
  12.  
  13. body {
  14. background-color: #313131 ; background-repeat: repeat-x;
  15. background-position: center;
  16. }
  17.  
  18.  
  19. div#header {
  20.  
  21.  
  22. margin: 0;
  23. padding:0;
  24. width:586px; height:822px; background:url(images/bg.jpg) no-repeat;
  25. }
  26.  
  27. div#text1 {
  28.  
  29. color: #5c5c5c;
  30. left:450px; top:350px; width:300px; height:150px;
  31. position:absolute;
  32. font-family: Arial, Helvetica, sans-serif
  33. letter-spacing: 0.2em;
  34. font-size:17pt;
  35. font-style:normal;
  36.  
  37. }
  38. div#text2 {
  39.  
  40. color: #5c5c5c;
  41. left:450px; top:350px; width:300px; height:150px;
  42. position:absolute;
  43. font-family: Arial, Helvetica, sans-serif
  44. letter-spacing: 0.2em;
  45. font-size:17pt;
  46. font-style:normal;
  47.  
  48. }
  49. div#text3 {
  50.  
  51. color: #5c5c5c;
  52. left:450px; top:350px; width:300px; height:150px;
  53. position:absolute;
  54. font-family: Arial, Helvetica, sans-serif
  55. letter-spacing: 0.2em;
  56. font-size:17pt;
  57. font-style:normal;
  58.  
  59. }
  60. div#text4 {
  61.  
  62. color: #5c5c5c;
  63. left:450px; top:350px; width:300px; height:150px;
  64. position:absolute;
  65. font-family: Arial, Helvetica, sans-serif
  66. letter-spacing: 0.2em;
  67. font-size:17pt;
  68. font-style:normal;
  69.  
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement