-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
40 lines (39 loc) · 723 Bytes
/
site.css
File metadata and controls
40 lines (39 loc) · 723 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
* {
background-color: rgb(50, 89, 89);
font-style: normal;
font-family: 'Encode Sans SC', sans-serif;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
color: aliceblue;
box-shadow: inset 0 0 5rem rgba(60, 60, 60, 0.5);
}
div {
margin: 20px;
}
div .step {
text-align: center;
text-decoration: underline;
font-weight: bold;
size: 10px;
margin: 5px;
box-shadow: inset 0 0 5rem rgba(93, 92, 92, 0.5);
}
input {
margin: 10px;
align-items: center;
}
h1 {
text-align: center;
color: whitesmoke;
}
h2 {
text-align: center;
color: gray;
}
table {
table-layout: auto;
margin-left: auto;
margin-right: auto;
}
#overview {
text-align: center;
}