-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (38 loc) · 864 Bytes
/
style.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
h1 {
font-variant: small-caps !important;
font-family: 'Play', sans-serif;
padding-top: 75px;
}
.bg-img {
background-image: url('https://images.unsplash.com/photo-1471513671800-b09c87e1497c?q=80&w=3570&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
/* background-image: url('https://source.unsplash.com/1600x900/?nature,mountain'); */
background-repeat: no-repeat;
/* background-attachment: fixed; */
background-size: cover;
}
main {
overflow: scroll;
}
main, header {
height: 100vh;
}
i {
margin-left: 5px;
font-size: 20px;
}
.btn-outline-secondary {
font-variant: small-caps;
letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
header {
height: 30vh;
}
h1 {
line-height: 57px !important;
padding-top: 0px;
}
main {
height: 60vh;
}
}