-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (53 loc) · 943 Bytes
/
Copy pathstyle.css
File metadata and controls
62 lines (53 loc) · 943 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
57
58
59
60
61
62
body {
color:lawngreen;
background-color: black;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
pre {
margin-bottom: 2%;
}
p, #center {
text-align: center;
}
.counter {
font-size: xx-large;
margin: 15% 20px 15% 20px;
}
.credit {
font-size: smaller;
margin-top: 2%;
}
.container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
a {
color: lawngreen;
text-decoration: none;
}
.button {
background-color: black;
color: lawngreen;
border: 2px solid lawngreen;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: auto;
border-radius: 10%;
}
.button:active {
background-color: lawngreen;
color: black;
}
.timeUsed {
margin: 0 20px 0 20px;
font-size: larger;
}
#message {
height: 20%;
}