-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
87 lines (83 loc) · 1.32 KB
/
styles.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
body{
background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 100, 0.5)),;
background-repeat: no-repeat;
background-size: cover;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 500px;
text-align: center;
background-color: rgb(112, 86, 86);
}
ol{
font-style: italic;
text-emphasis-color:#502c4d ;
background-color: transparent;
background-clip: border-box;
border: 3px double beige;
width: fit-content;
text-align: left;
border-radius: 20px;
}
.strong{
font-weight: bolder
}
img{
background-color: beige;
width: 200px;
height: 200px;
}
h4{
text-align: left;
}
header{
font-weight: bold;
display: block;
}
div{
flex-direction: column;
font-family: fantasy;
font-style: initial;
}
#logos{
height: 100px;
width: 100px;
}
#reviews{
text-align: left;
}
#ddescription{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: bolder;
}
.sport{
text-align: left;
}
.vogue{
text-align: left;
}
.velar{
text-align: left;
}
.defender{
text-align: left;
}
.lexus{
text-align: left;
}
.v9{
text-align: left;
}
.jeep{
text-align: left;
}
.volkswagen{
text-align: left;
}
.bmw{
text-align: left;
}
.benz{
text-align: left;
}
.mercedes{
text-align: left;
}