-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (45 loc) · 740 Bytes
/
style.css
File metadata and controls
50 lines (45 loc) · 740 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
@font-face {
font-family: "Share Tech Mono";
src: url('/ShareTechMono-regular.ttf') format("truetype");
}
body {
background-color: #ffffff;
color: #57464e;
font-size: 25px;
font-family: 'Share Tech Mono';
padding: 3vw;
}
h1 {
color:#F9423A;
}
.data input {
background-color: rgba(0, 0, 0, 0.6);
border: 0;
margin: 0 20px;
padding: 5px 20px;
color: #ebebeb;
font-size: 36px;
width: 200px;
font-family: 'Share Tech Mono';
}
.data table {
display: inline;
font-size: 36px;
margin: 25px 50px;
}
#container {
width: 1200px;
margin:auto;
}
#sketch {
float:left;
border: solid 5px #F9423A;
width: 500px;
height: 500px;
}
#point-rocket-warning {
margin:auto
}
p {
margin: 0 .5em
}