-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (51 loc) · 734 Bytes
/
style.css
File metadata and controls
51 lines (51 loc) · 734 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
body,h4,li,ul{
margin: 0;
padding: 0;
}
* {
font-family: 'Nanum Gothic', serif;
color:#222;
}
.header {
background-color:#2C3E50;
width:100%;
height:80px;
color:#FFF;
float:left;
position:fixed;
}
.header .profile {
width:60px;
height:60px;
float:left;
margin:10px 10px;
position:absolute;
}
.header .profile .profile_img{
width:100%;
border-radius:100px;
}
.header .name{
font-size:35px;
float:left;
margin:19px 0 19px 80px;
padding:0;
color:#fff;
}
.header .menu {
float:right;
margin:19px 10px 19px;
font-weight:bold;
font-size:18px;
}
.header .menu .menu2 {
padding:10px;
font-family: 'Asap', sans-serif;
float:left;
}
.article {
width:100%;
height:80%;
margin-top:80px;
float:left;
}