-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
41 lines (36 loc) · 901 Bytes
/
style.css
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
body{
display: flex;
align-items: center;
justify-content: center;
}
h1{
display: flex;
justify-content: center;
text-align: center;
color: rgb(15, 168, 81);
text-shadow: 1px 1px 2px black;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
table{
text-align: center;
border: 1px solid black;
border-collapse: collapse;
font-family: sans-serif;
color: white;
background: rgb(15, 112, 58);
background: linear-gradient(45deg, rgba(15, 112, 58, 1) 15%,
rgb(15, 168, 81) 50%,
rgba(15, 112, 58, 1) 85%);
}
td{
border-top: 1px dotted black;
border-bottom: 1px dotted black;
padding-left: 10px;
padding-right: 10px;
}
#pos1, #pos2, #pos3, #pos4, #pos5, #pos6{
color: blue;
}
#pos17, #pos18, #pos19, #pos20{
color: red;
}