-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (86 loc) · 1.57 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
html, body {
margin: 0;
padding: 0;
}
.name{
color: #FFFFFF;
font-size: 5vw;
text-align: right;
margin-right: 5vw;
font-family: 'Roboto', sans-serif;
font-style: italic;
}
.explainer_text{
color: #FFFFFF;
font-size: 2vw;
text-align: center;
margin-right: 10vw;
margin-left: 10vw;
font-family: 'Roboto', sans-serif;
}
#introduction{
background: #6ADFFF;
height: 100vh;
width: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
}
#goes_nameplate{
background-image:url(img/goes_nameplate.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
height:100%;
width:100%;
}
#explanation{
background: #6ADFFF;
height: 110vh;
width: 100%;
display: flex;
justify-content: space-evenly;
flex-direction: column;
}
#explainer_image{
margin-top:5%;
height: 100vh;
width: 100%;
}
#arcus{
background: #6ADFFF;
height: 300vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
#arcus_example{
height:100%;
width:100%;
}
.buffer{
background: #6ADFFF;
height: 30vh;
width: 100%;
}
#asperitas{
background: #6ADFFF;
height: 375vh;
width: 100%;
display: flex;
justify-content: space-around;
flex-direction: column;
}
#asperitas_container{
width:100%;
height:100%;
}
#asperitas_example{
height: auto;
width: auto;
max-width: 60%;
max-height: 60%;
margin-left: 5%;
}