-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
53 lines (45 loc) · 930 Bytes
/
index.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
/*use # for tag id's, use . for tag classes,
use neither for entire page's tag. */
#customHeader {
padding-top: 5px;
padding-bottom: 15px;
text-align: center;
color: #2B60DE;
font-size: 30px;
}
body {
background-image: url('./assets/speedometer.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
font-family: 'Roboto', sans-serif;
}
#narrow-container {
min-height: 100vh;
margin-left: 150px;
margin-right: 150px;
background-color: white;
opacity: 90%;
}
#centerAlign {
text-align: center;
}
.navbar-link {
color: #2B60DE;
}
#navbar-rule {
border: 2.5px solid #2B60DE;
border-radius: 1px;
}
a:hover {
color: #ffc107;
text-decoration: underline;
}
h3 {
font-family: 'Corben', Georgia, Times, serif;
font-weight: bold;
}
/* .IndexBtn {
display: inline-block;
padding: 10px;
} */