-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
56 lines (48 loc) · 700 Bytes
/
main.css
File metadata and controls
56 lines (48 loc) · 700 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
html, button, input {
font-family: monospace;
}
body {
background: whitesmoke;
max-width: 590px;
}
.page-body {
position: relative;
}
.counter button {
height: 25vh;
width: 100%;
outline: none;
background: #EAE9E9;
}
header {
font-size: 3.5em;
}
#save input[type=text] {
display: block;
width: 100%;
font-size: 1.5em;
margin-top: 10px;
margin-bottom: 10px;
box-sizing: border-box;
}
.section {
position: relative;
}
#refresh {
cursor: pointer;
}
.edit {
position: absolute;
top: 0; right: 0;
}
.link {
background: none;
cursor: pointer;
border: none;
text-decoration: underline;
font-size: 15px;
color: blue;
}
#display {
font-size: 5em;
}