-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
53 lines (50 loc) · 1.11 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
table.center {
margin-left:auto;
margin-right:auto;
}
td {
padding: 10px;
border: 1px solid white;
}
table {
font-size 1.5em;
padding-bottom: 20px;
}
body {
color:white;
text-align:center;
}
html{
white-space: nowrap;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
text-align: center;
}
#span1, #span2 {
font-size: 1.5em;
font-family: 'Righteous', cursive;
}
h2 {
margin:0;
padding:0;
font-family: 'Courgette', cursive;
}
h3, button {
font-family: 'Noto Sans TC', sans-serif;
}
button{
margin-bottom: 15px;
font-size: 20px;
background-image: radial-gradient(purple, rgb(85, 47, 85));
border-color: white;
border-width: 2px;
color: white;
padding: 10px;
font-family: 'Righteous', cursive;
}
html {
background-image: radial-gradient(purple, rgb(85, 47, 85),black);
}