-
Notifications
You must be signed in to change notification settings - Fork 1
/
mercedes.css
73 lines (65 loc) · 1.34 KB
/
mercedes.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
body{
background-color: rgb(9, 9, 9);
}
img{
height: 450px;
width: 1200px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
border-radius: 55px;
display: block;
}
h1{
background-color: rgb(39, 35, 35);
font-family: 'Times New Roman', Times, serif;
border-radius: 25px;
text-align: center;
margin-left: 5%;
margin-right: 5%;
color: rgb(218 156 16);
margin-top: 22px;
}
h2{
background-color: rgb(39, 35, 35);
font-family: 'Times New Roman', Times, serif;
font-size: xx-large;
border-radius: 15px;
margin-left: 10%;
margin-right: 10%;
color: rgb(218 156 16);
padding-left: 50px;
height: 35px;
}
p{
color: white;
margin-left: 10%;
margin-right: 10%;
border-color: solid white;
font-size: 20px;
border-style: solid;
border-width: 2px;
border-radius:15px;
padding-left: 2%;
padding-top: 2%;
padding-right: 2%;
padding-bottom: 2%;
}
table {
border-collapse: collapse;
width: 80%;
margin-left: 155px;
font-size: 20px;
}
th, td {
border: 1px solid white;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
td{
color: #f2f2f2;
}