Guest User

Untitled

a guest
Feb 8th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. body{
  2.     background-image: url(asf.jpeg);
  3.     background-repeat: repeat-y;
  4. }
  5.  
  6. #container{
  7.     width: 1150px;
  8.     margin-left: 30px;
  9.     margin-right: auto;
  10. }
  11. #LOGOBMW{
  12.     width: 130px;
  13.     hight: 130px;
  14.     margin-top: 20px;
  15. }
  16. #logo{
  17.     width: 830px;  
  18.     color: white;
  19.     padding-left: 320px;
  20.     font-size: 50px;
  21.     font-family:Impact, Charcoal, sans-serif;
  22. }
  23. #plate{
  24.     background-image: url(e30r.jpeg);
  25.     background-repeat: no-repeat;
  26.     width: 290px;
  27.     height: 178px;
  28.     border: 4px solid white;
  29.     text-align: center;
  30.     font-size: 30px;
  31.     float: left;
  32. }
  33. #plate:hover{
  34.     background-image: url(e30.jpeg);
  35.     background-repeat: no-repeat;
  36.     width: 290px;
  37.     height: 178px;
  38. }
  39.  
  40. #main{
  41.     float: left;
  42.     margin-left: 80px;
  43.     width: 700px;
  44.     min-height: 580px;
  45.     background-color:  #ffffe6;
  46.     padding: 20px;
  47.     font-family:Impact, Charcoal, sans-serif;
  48.     text-align: justify;
  49.     color:#5A5A5A;
  50.     border: 4px solid black;
  51. }
  52. #plate2{
  53.     background-image: url(e36r.jpeg);
  54.     background-repeat: no-repeat;
  55.     width: 290px;
  56.     height: 178px;
  57.     border: 4px solid white;
  58.     text-align: center;
  59.     font-size: 30px;
  60.     float: left;
  61.     margin-top: -420px;
  62. }
  63.  
  64. #plate2:hover{
  65.     background-image: url(e36.jpeg);
  66.     background-repeat: no-repeat;
  67.     width: 290px;
  68.     height: 178px;
  69. }
  70. #plate3{
  71.     background-image: url(e46r.jpeg);
  72.     background-repeat: no-repeat;
  73.     width: 290px;
  74.     height: 178px;
  75.     border: 4px solid white;
  76.     text-align: center;
  77.     font-size: 30px;
  78.     float: left;
  79.     margin-top: -210px;
  80. }
  81. #plate3:hover{
  82.     background-image: url(e46.jpeg);
  83.     background-repeat:no repeat;
  84. }
  85. .tilelink{
  86.     text-decoration: none;
  87.     color: #ffffff;
  88. }
  89. .M{
  90.     color: #D42833;
  91. }
  92. .image{
  93.     float:right;
  94.     width:400px;
  95.     height:auto;
  96.     margin:10px;
  97.     border: 4px solid black;
  98. }
Add Comment
Please, Sign In to add comment