-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (40 loc) · 887 Bytes
/
style.css
File metadata and controls
49 lines (40 loc) · 887 Bytes
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
body {
font-family: "微軟正黑體";
}
.color {
background-color: rgb(187, 112, 112);
padding: 10px 20px;
}
.title {
color: #00897B;
font-size: 28px;
font-weight: 400;
margin-bottom: 20px;
}
.smalltitle {
font-size: 18px;
font-weight: 400;
display: block;
}
.smalltitle2 {
font-size: 15px;
margin: 12px;
}
.btnBox a, button {
display: inline-block;
background: #4DB6AC;
color: #FFF;
padding: 10px 20px;
margin: 1% 2% 1% 0;
text-decoration: none;
border: 0;
font-size: 16px;
}
.btnBox a:hover, button:hover {
background: #00897B;
}
.btnBox a:focus, button:focus {
outline: none;
border: none;
background: #00897B;
}