-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
109 lines (78 loc) · 1.26 KB
/
style.css
File metadata and controls
109 lines (78 loc) · 1.26 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
background-color: #ffffff;
}
.container{
width: 30px;
height: 20px;
padding-top: 10px;
}
h1 {
font-family: Inter, sans-serif;
font-size: 30pt;
text-align: center;
color: darkblue;
}
h2 {
font-family: Inter, sans-serif;
font-size: 24pt;
text-align: center;
color: darkblue;
}
h3 {
font-family: Inter, sans-serif;
font-size: 15pt;
border: 1px solid darkblue;
color: darkblue;
}
p, ol, ul, li {
font-family: Inter, sans-serif;
color: black;
}
button {
font-size: 12pt;
text-align: center;
}
form, input[type=text], input[type=number], input[type=submit] {
text-align: center;
font-family: Inter, sans-serif;
font-size: 18pt;
border: 2px solid darkblue;
border-radius: 4px;
}
label {
color: black;
}
table {
font-family: Inter, sans-serif;;
}
th {
font-style: bold;
}
th, td {
border: 1px solid black;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
a {
font-family: Inter, sans-serif;
color: darkblue
}
table.noborder {
border: none;
width: 100%;
fill: black;
position: sticky;
}
.text {
height: 500px;
width: 1000px;
}
p.footer {
font-family: Inter, sans-serif;
font-size: 10pt;
border: 1px solid darkblue;
color: darkblue;
}