-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
36 lines (36 loc) · 660 Bytes
/
app.css
File metadata and controls
36 lines (36 loc) · 660 Bytes
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
body{
background: url(https://boundingintocomics.com/files/2019/03/2019.03.13-03.45-boundingintocomics-5c8925a71ec5a.png);
background-size: cover;
background-position: center;
font-family: 'Philosopher', sans-serif;
color: white;
}
/*h1, h3{
color: white;
}
*/
h1{
font-weight: 700;
font-size: 7em;
}
html{
height: 100%;
}
#content{
text-align: center;
padding-top: 25%;
text-shadow: 0px 4px 3px #0D5289,
0px 8px 13px #0B3E65,
0px 18px 23px #061F33;
}
.navbar-inverse .navbar-nav>li>a {
color: white;
}
.navbar-inverse{
background: #0C2F4B;
}
hr{
width: 720px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}