main.css
1.26 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
62
63
64
65
66
67
68
69
70
71
72
73
body{
background-image:url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container1{
display:flex;
justify-content: center;
align-items: baseline;
padding:50px 0px 0px 0px;
}
.logo{
font-size:40px;
color:white;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
#menu{
margin:60px 250px 0px 250px;
height:90px;
width:1000px;
}
#menu ul li{
list-style:none;
color:white;
background-color:#011638;
float:left;
line-height:30px;
vertical-align:middle;
text-align:center;
display:inline;
}
#menu .me{
text-decoration:none;
color:white;
display:inline-block;
width:250px;
font-size:20px;
font-weight:bold;
font-family: "Trebuchet MS", Dotum, Arial;
}
#menu .me:hover{
color:#D499B9;
background-color: #2E294E;
}
.container2{
width:50%;
height:600px;
float:left;
}
.container3{
width:50%;
height:200px;
float:left;
}
.container4{
width:20%;
height:400px;
float:left;
}
.container5{
width:30%;
height:400px;
float:left;
}