-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
54 lines (47 loc) · 1.04 KB
/
about.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
html, body{
margin: 0;
background-color: black;
}
.navbar-brand{
font-family: Futura;
color: whitesmoke;
}
.navbar-brand:hover{
color:#00A6A6 !important;
}
.navbar{
background-color: black;
padding-bottom: 5px;
}
#navbarNav{
font-family: Futura;
}
.nav-link:hover{
color: whitesmoke !important;
}
.custom-toggler.navbar-toggler {
border-color: white !important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.content{
background-color: black;
}
#wrapper{
padding-top: 12rem;
background-color: black;
font-family: 'Source Sans Pro', sans-serif;
color: whitesmoke;
}
#bio{
padding: 5rem 5rem 5rem 5rem;
}
p{
text-align: center;
font-size: 22px;
}
hr{
background-color: #00A6A6;
width: 15%;
}