-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
106 lines (83 loc) · 1.35 KB
/
styles.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
100
101
102
103
104
105
106
html, body {
min-height: 100%;
margin: 0;
}
body {
padding: 30px;
background-image: linear-gradient(135deg, #dce2eb 0%, #c3b8e9 100%);
box-sizing: border-box;
font-family: optima;
}
@font-face {
font-family: optima;
src: url(optima_medium-webfont.woff);
}
p {
font-size: 20px;
font-family: optima;
}
.topnav {
padding-right: 100px;
overflow: hidden;
}
.topnav a {
float: right;
color: #263050;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 20px 15px;
text-decoration: none;
font-size: 20px;
font-family: Merriweather;
}
.form1 {
font-size: 20px;
display: block;
text-align: center;
}
.form2 {
font-size: 20px;
display: none;
text-align: center;
}
.form3 {
font-size: 20px;
display: none;
text-align: center;
}
.checkboxes {
font-size: 20px;
display: none;
text-align: center;
font-size: 17px;
}
body,
html {
margin-left: 5%;
margin-right: 5%;
margin-bottom: 5%;
margin-top: 5%;
}
/* For side by side figures */
.row {
display: flex;
}
.column {
flex: 50%;
padding: 10px;
text-align: center;
height: 60vh;
}
.centered {
text-align: center;
}
iframe {
border-style: groove;
}
.invisible {
display: none;
}