-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
54 lines (47 loc) · 698 Bytes
/
Copy pathmain.css
File metadata and controls
54 lines (47 loc) · 698 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
50
51
52
53
54
body {
margin: 0;
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
background-color: #FFFFFF;
/* Secondary */
color: #000000;
}
header {
background-color: #373637;
height: 72px;
}
.title {
color: #FFD700;
font-size: 40px;
font-weight: bold;
margin: 0;
padding-top: 10px;
padding-left: 24px;
}
.profile {
margin: 24px;
}
.logo {
width: 200px;
height: 200px;
}
.list {
padding-left: 24px;
font-size: 18px;
}
.list li {
padding-bottom: 8px;
}
footer {
color: #373637;
position: absolute;
bottom: 0;
height: 80px;
line-height: 80px;
width: 100%;
text-align: center;
}