-
Notifications
You must be signed in to change notification settings - Fork 0
/
lionstyle.css
127 lines (99 loc) · 1.57 KB
/
lionstyle.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{
font-family: "Nanum Gothic","맑은 고딕",dotum, sans-serif;
}
.container{
width:960px;
margin:0 auto;
}
.header{
line-height:30px;
height:70px;
}
.name{
font-size:30px;
float:left;
width:400px;
}
.readable-hidden{
display:none;
font-size:0;
position:absolute;
top:0;
left:0;
}
.header::after{
content:'';
display:block;
clear:both;
}
.gnb{
list-style-type:none;
font-size:15px;
}
ul.gnb{
float:left;
margin-left:15px;
}
ul.gnb>li>a{
text-decoration:none;
color:rgba(0,0,0,0.8);
}
.footer {
font-size : 15px;
text-align : center;
}
nav{
float:right;
}
/*banner*/
.banner{
height:600px;
background-image:url(http://cfile228.uf.daum.net/image/247D863A52F0A1701FC575);
background-size:cover;
background-position: center center;
}
.banner h2, .banner p{
color:rgb(255,255,255);
text-align:center;
}
.banner-title{
line-height:300px;
font-size:50px;
margin-bottom:30px;
}
.banner > container{
padding-top:200px;
}
/*item*/
.item{
padding:100px 0;
}
.item article{
float:left;
width:300px;
margin-right:20px;
}
.item article:last child{
margin-right:0;
}
.item article img{
width:100%;
height:auto;
}
.item article p{
text-align:center;
font-size:15px;
margin-top:20px;
}
.item::after{
content:'';
display:block;
clear:left;
}
.foot footer{
padding:20px;
}
.foot footer p{
text-align:center;
}