-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (74 loc) · 1.27 KB
/
style.css
File metadata and controls
88 lines (74 loc) · 1.27 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body{
background-color: rgb(44, 44, 44);
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: white;
}
h1{
text-align: center;
font-size: 120px;
color: yellow;
text-shadow: 2px 2px red;
}
h2{
text-align: center;
color: yellow;
font-size: 36px;
text-shadow: 2px 2px red;
}
h3{
text-align: center;
color:red;
text-shadow: .5px .5px yellow;
}
h4{
text-align: center;
color: green;
font-size: 36px;
}
#banner, #btn1, #carN, #carF{
display: block;
margin-left: auto;
margin-right: auto;
}
#info{
text-align: center;
margin-left: 25%;
margin-right: 25%;
}
#compareTable{
visibility: hidden;
width: 70%;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 1px;
border-color: white;
table-layout: fixed;
}
#tableHead{
text-decoration: underline;
color: yellow;
}
#row1, #row2{
text-align: center;
}
#row2{
color: red;
}
.label{
display: block;
text-align: center;
}
.carI{
display: block;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: black;
border-width: .5px;
}
.carP{
display: block;
margin-left: 25%;
margin-right: 25%;
}