-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (81 loc) · 1.46 KB
/
style.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
88
89
90
91
92
93
94
95
96
97
98
.navbar{
background-color: black !important;
}
.nav-link{
color: white !important;
font-weight: bold;
}
.carousel-inner{
}
.footer{
background-color: rgb(44, 38, 49);
color: white;
height: 400px;
position: relative;
}
.footer-content{
border: 1px solid black;
display: flex;
}
.footer-content ,.footer-section{
flex: 1;
border: 1px solid white;
}
.footer-bottom{
background-color: rgb(36, 28, 28);
color: rgb(100, 79, 79);
height: 30px;
width: 100%;
text-align: center;
position: absolute;
bottom: 0px;
left: 0px;
padding-top: 10px;
}
body{
background-color: black !important;
color: white !important;
}
.card2 .card1 .card3{
align-items: center;
margin-top: 100px;
/* margin: 0 auto; Added */
float: none; /* Added */
margin-bottom: 10px; /* Added */
}
}
.cardtext{
color: white !important;
margin-top: 20px !important;
background-color: white !important;
font-style: italic;
}
.starter{
float: left;
}
#Vehicles , #Design , #Features, #Deal {
margin-top: 100px;
height: 50px;
margin-bottom: 20px;
}
.navbar-toggler-icon{
background-color:white !important;
color: white !important;
}
h1{
font-weight: bold;
font-style: italic;
}
p{
font-style: italic;
}
#navbar{
background-color: black !important;
}
.foteer{
margin-top: 100px;
}
#logohead{
color: white;
margin-top: 18px;
}