-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
58 lines (48 loc) · 842 Bytes
/
styles.css
File metadata and controls
58 lines (48 loc) · 842 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
html,
body {
height: 100%;
}
img {
width: 100%;
}
#cover {
background: #222 url('img/game.jpg') center center no-repeat;
background-size: cover;
color: white;
height: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#cover-caption {
width: 100%;
}
.form-inline {
justify-content: center;
}
.carousel .carousel-item > img {
width: 100%;
height: 100%;
}
.card-header {
background-color: #fff;
}
.section-content {
padding: 5rem 0;
}
#about {
background: url('img/hobby.jpg') center center no-repeat;
background-size: cover;
}
.about-text {
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 1.875rem;
}
#footer-main {
background: #222;
color: white;
font-size: 0.8rem;
padding: 2.5rem 0;
}