-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshose2.css
More file actions
61 lines (60 loc) · 1.11 KB
/
Copy pathshose2.css
File metadata and controls
61 lines (60 loc) · 1.11 KB
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
60
61
body {
background-color: lightgray;
border: 6px solid black;
}
h1 {
color: rgb(7, 7, 7);
font-size: 36px;
font-family: "Microsoft Yahei";
text-align: center;
background-color: aqua;
padding: 20px;
}
.the2nd-title {
color: rgb(0, 255, 255);
font-size: 24px;
text-align: center;
}
img {
width: 200px;
height: auto;
display: block;
margin: auto;
}
.money,
strong {
color: hsla(0, 100%, 50%, 0.904);
font-size: 18px;
text-align: center;
font-family: "Microsoft Yahei";
}
a:link {
color: rgb(31, 223, 14);
font-family: "Microsoft Yahei";
font-size: 15px;
}
a:visited {
color: rgb(0, 0, 0);
font-family: "Microsoft Yahei";
font-size: 15px;
}
a:hover {
color: rgb(255, 255, 255);
font-family: "Microsoft Yahei";
font-size: 15px;
background-color: black;
text-size-adjust: calc(50);
}
a:active {
color: rgb(255, 0, 0);
font-family: "Microsoft Yahei";
font-size: 15px;
}
button {
font-size: 16px;
font-family: "Microsoft Yahei";
border: 5px solid rgb(0, 0, 0);
}
button:hover {
background-color: yellow;
}