-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (49 loc) · 861 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
47
48
49
50
51
52
53
54
55
56
body {
font-family: Calibri,sans-serif;
font-size: 16px;
text-decoration: none;
background: black;
}
#background {
margin-right: 5vw;
margin-left: 5vw;
margin-top: 2vh;
margin-bottom: 1vh;
padding-right: 1vw;
padding-left: 1vw;
padding-top: 1vh;
padding-bottom: 1vh;
background: white;
}
p {
display: block;
}
.slideshow {
height: 40vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2vh;
}
.slideshow img {
height: auto;
width: 100%;
object-fit: contain;
max-width: 100%;
max-height: 100%;
}
.nav-links {
list-style-type: none;
margin: 0;
padding: 0;
}
.nav-links li {
display: inline-block;
font-size: 24px;
margin-right: 3vw;
}
.content {
margin-top: 2vh;
text-align: justify;
}