-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcar_info.css
73 lines (71 loc) · 1.15 KB
/
car_info.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
h1{
padding-top: 5px;
font-size: 55px;
padding: 0px;
margin:0px;
margin-left: 100px;
height:55px;
width: 350px;
float: none;
color: white;
}
.slogan{
color: white;
float: right;
margin-right: 10px;
font-size:20px;
}
.banner{
margin: left;
float: left;
margin-left: 200px;
width: 800px;
height: 100px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding-left:100px;
background: #547191 url(./templates/car.png) no-repeat left;
font-family: "Palatino Linotype";
}
.images
{
padding-top: 50px;
padding-bottom: 50px;
width: 1200px;
margin-left: 150px;
display: inline-block;
}
.description
{
margin-left: 20%;
}
table
{
border-collapse: collapse;
table-layout: fixed;
}
td, th
{
text-align: center;
border: 1px solid black;
padding: 15px;
width: 400px;
}
.description th
{
text-align: center;
color: #547191;
font-size: xx-large;
}
.buttonDiv
{
padding-top: 50px;
}
#orderButton
{
background-color: lightskyblue;
margin: auto;
display: block;
font-size: x-large;
}