-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (69 loc) · 1.1 KB
/
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
background-color: #222;
}
a:visited {
color: #222;
}
mark {
color: #222;
background: #f7941e;
}
li {
color: rgba(255, 255, 255, 1);
text-align: center;
}
img {
width: 100%;
margin: 0 auto;
transition: transform 1s;
display: block;
}
img:hover {
transform: scale(1.05);
margin-left: auto;
margin-right: auto;
}
.container {
width: 88%;
color: white;
/* background-color: aliceblue; */
margin: 0 auto;
border: 1px solid #f7941e;
padding: 40px;
border-radius: 20px;
margin: 60px;
}
#contentWrapper {
max-width: 430px;
margin: 0 auto;
}
p {
font-size: 20px;
font-weight: 700;
}
b {
color: #f7941e;
}
h3 {
text-align: center;
color: #f7941e;
}
.noDot {
list-style: none;
}
#goal {
text-align: center;
color: #f7941e;
font-size: 40px;
font-weight: bold;
margin: 30px;
}
#introduce {
text-align: center;
}
#wowo p {
font-size: 15px;
font-weight: 500;
text-align: center;
margin: 3px;
}