-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStyle.css
More file actions
37 lines (37 loc) · 767 Bytes
/
Style.css
File metadata and controls
37 lines (37 loc) · 767 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
37
/* font-family: 'Alfa Slab One', cursive;
font-family: 'Audiowide', cursive;
font-family: 'Black Ops One', cursive;
font-family: 'Amatic SC', cursive;
font-family: 'Orbitron', sans-serif; */
body {
background: url("background.jpg");
font-family: "Orbitron", sans-serif;
}
.btn-secondary {
align-content: center;
background-color: #474b4f;
align-items: center;
display: block;
align-self: center;
object-position: right;
margin: 0;
margin-left: auto;
margin-right: auto;
border-color: #86c232;
}
.wrapper {
align-content: right;
}
#head {
font-size: 7em;
font-family: "Audiowide", cursive;
}
#randomQuote {
color: #86c232;
font-style: oblique;
margin: auto;
font-size: 2em;
font-family: "Amatic SC", cursive;
display: block;
align-self: center;
}