-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (43 loc) · 747 Bytes
/
style.css
File metadata and controls
53 lines (43 loc) · 747 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
/* Styles go here */
html, body {
padding: 20px;
}
.container {
font-size: 40vw;
font-family: Arial, Helvetica, sans-serif;
display: flex;
justify-content: center;
margin-top: 50px;
}
.frontpage {
background-image: url('img/background.gif');
}
.prevnext {
cursor: pointer;
padding: 10px;
color: rgb(120, 186, 244);
}
.hatch {
cursor: pointer;
padding: 10px;
border: 20px solid rgb(120, 186, 244);
background-color: white;
}
#image {
width: 100%;
max-width: 900px;
height: auto;
}
ol {
padding-left: 5vw;
}
#caption {
font-size: min(8vw, 80px);
}
.qtext {
font-size: min(5vw, 50px);
}
.answer {
font-size: min(5vw, 50px);
font-weight: normal;
}