-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (70 loc) · 1.24 KB
/
Copy pathstyle.css
File metadata and controls
77 lines (70 loc) · 1.24 KB
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
71
72
73
74
75
76
77
.container{
border-radius: 10px;
width: 60%;
padding: 20px;
}
.container > * {
margin-top: 20px;
}
#page0{
display: none;
}
#page1{
display: none;
}
#page2{
display: none;
}
#page3{
display: none;
}
#page4{
display: none;
}
#page5{
display: none;
}
#page6{
display: none;
}
input[type="radio"] {
transform: scale(1.5);
margin-right: 15px; /* Optional: Add some spacing between the radio button and the label */
}
button{
margin-top: 10px;
margin-left: 30px;
margin-bottom: 20px;
transform: scale(1.5);
}
.roman > * {
margin-top: 5px;
}
#timer{
position: fixed;
top: 10px;
right: 10px;
display: flex;
flex-direction: column;
align-items: center;
border: 5px solid;
border-radius: 20px;
background-color: white;
}
#display{
font-size: 4rem;
font-family: monospace;
font-weight: bold;
color: hsl(0, 0%, 30%);
text-shadow: 2px 2px 2px hsl(0, 0%, 0%, 0.75);
margin-left: 15px;
margin-right: 15px;
}
table,th,td{
width: 250px;
font-size: 20px;
text-align: center;
margin: 20px;
border: 2px solid;
border-collapse: collapse;
}