-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (60 loc) · 925 Bytes
/
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
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
background: #ccc;
height: 100%;
font-family: Georgia, serif;
font-size: 13px;
-webkit-user-select: none;
}
aside {
background: #f0f0f0;
padding: 0 20px;
height: 100%;
width: 150px;
float: left;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
label {
color: #000;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
input {
margin: 5px 0 10px;
width: 140px;
display: block;
}
input[type=checkbox] {
margin: 5px 5px 10px 0;
width: auto;
display: inline-block;
}
select {
margin: 5px 0 10px;
width: 142px;
display: block;
}
button {
font-family: Georgia, serif;
font-size: 16px;
margin: 5px 0 10px;
width: 142px;
display: block;
}
section {
padding-left: 200px;
}
h2 {
margin: 0;
padding: 10px;
font-size: 32px;
text-align: center;
}
canvas {
margin: 10px auto;
background: #111;
display: block;
}