-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (49 loc) · 856 Bytes
/
Copy pathstyles.css
File metadata and controls
56 lines (49 loc) · 856 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
54
55
56
* {
font-family: 'Raleway', sans-serif;
}
html, body {
height: 100%;
}
body {
margin: 0;
display: flex;
justify-content: center;
background-color: #8283af;
}
.p5Canvas {
position: relative;
left: 1%;
padding: 5;
border: solid;
border-width: 2px;
margin-top: 20px;
background-color: white;
border-color: black;
}
.scoreDisplay {
font-size: 200%;
}
.scoreSubsection {
border: solid;
border-width: 2px;
border-color: black;
margin-top: 20px;
background-color: white;
padding: 10px 10px;
height: 100;
width: 300;
text-align: center;
font-size: 150%;
}
.parameterSubsection {
border: solid;
border-width: 2px;
border-color: black;
margin-top: 20px;
background-color: white;
padding: 10px 10px;
height: 300;
width: 300;
text-align: center;
font-size: 150%;
}