-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (46 loc) · 867 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
body {
background-color: #FADBD8;
text-align: center;
margin-bottom: 50px;
}
ul {
text-align: center;
text-emphasis-position: above;
font-family: Monotype Corsiva;
font-size: 20px;
}
h2 {
color:darkred;
font-family:Monotype Corsiva;
}
.p{
font-family: 微软雅黑;
margin-left: 20px;
margin-right: 20px;
font-size: 20px;
text-align: left;
}
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 30px;
width: 100%;
font-family: monotype corsiva;
}
.tablink1 {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 10px 12px;
font-size: 30px;
width: 100%;
font-family: monotype corsiva;
}