-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.css
More file actions
43 lines (37 loc) · 1.03 KB
/
custom.css
File metadata and controls
43 lines (37 loc) · 1.03 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
.home-carousel {
position: relative;
background: url('../img/vecteezy_ai-generated-modern-smart-car-technology-intelligent-system_35270180.jpg') center center repeat;
background-size: cover;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.home-carousel h1,
.home-carousel ul,
.home-carousel p {
text-transform: none;
}
.bar.background-image-fixed-2 {
background: url('../img/vecteezy_ai-generated-modern-smart-car-technology-intelligent-system_35270180.jpg') center top no-repeat;
background-attachment: fixed;
background-size: cover;
}
/* increase default font size used for content */
body {
font-size: 18px;
}
/* do not underline menu items in nav bar */
.navbar ul.nav>li>a {
text-decoration: none;
}
figure.image-with-margin img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 3em;
margin-bottom: 3em;
}
#footer div.eclipse-logos #logo-eclipse-foundation {
margin: -20px;
height: 150px;
}