-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (50 loc) · 728 Bytes
/
styles.css
File metadata and controls
56 lines (50 loc) · 728 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
body {
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 180px;
}
ul,li {
list-style: none;
padding: 0;
}
li {
margin-bottom: 6px;
}
html,
body {
margin: 0;
}
code pre {
background-color: #f5f5f5;
border: 1px solid #ccc;
padding: 10px;
font-family: monospace;
/* white-space: pre; */
text-wrap: wrap;
}
.container {
margin: 0 auto;
max-width: 900px;
padding: 10px 15px;
}
.logo {
position: fixed;
top: 10px;
right: 10px;
}
.logo img {
width: 30px;
height: 30px;
}
.playground {
padding-top: 20px;
height: 100%;
}
main {
min-height: 70vh;
}
button {
font-size: 18px;
padding: 4px 6px;
border-radius: 4px;
-webkit-appearance: none;
}