-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (57 loc) · 931 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.toJSON{
display: none;
}
*{
font-family: 'Noto Sans TC', sans-serif;
margin: 0px;
padding: 0px;
}
body{
background-color: rgb(55, 219, 33);
}
.d1{
background-color: rgb(52, 241, 255);
margin: 50px;
width: 80%;
font-size: 15pt;
color: rgb(0, 0, 0);
padding: 10px 50px 50px 50px;
}
.title{
background-color: rgb(207, 0, 248);
font-size: 35pt;
text-align: center;
color: rgb(0, 0, 0);
}
.f1{
background-color: rgb(243, 229, 34);
font-size: 18pt;
}
.s1{
font-size: 15pt;
background-color: rgb(255, 255, 255);
color: rgb(71, 71, 71);
padding: 2px;
margin: 2pt;
border-color: rgb(136, 123, 123);
border-block: 2pt;
}
.footer{
background-color: rgb(219, 139, 64);
text-align: right;
}
.form{
background-color: rgb(223, 33, 160);
text-align: right;
font-size: 15pt;
}
.button{
color: rgb(0, 0, 0);
padding: 2px 8px;
text-align: center;
font-size: 14px;
margin: 4px;
}
.input{
width: 50px;
}