-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·72 lines (58 loc) · 1.09 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·72 lines (58 loc) · 1.09 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
/*
Theme Name: Car Dealer Theme
Text Domain: Car Dealer Website
Version: 1.0
Description: A WordPress theme for car dealers
Tags: car, cars, dealership, car-dealership, jquery, bootstrap5, showcase
Author: Vick Ahuja
Author: URI: https://www.vickrumahuja.com
*/
.fine-print {
font-size: smaller;
font-style: italic;
}
img.logo {
width: 60px;
height: 60px;
}
.spin {
animation-name: spin;
animation-duration: 10000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
.h1-fade-in {
animation-duration: 10s;
animation-fill-mode: both;
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.nav {
margin-top: 18px;
}
ul li.nav-item a {
text-decoration: none;
}
li#menu-item-17 a, li#menu-item-159 a {
margin: 0 100px 0 0;
}
ul.contact-info {
list-style-type: none;
}
ul.contact-info li {
margin-bottom: 10px;
}