introduction.css 1.18 KB
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: 80%;
    height: 600px;
    margin: 50px 10% 50px 10%;
    background-color:white;
    overflow-y:scroll;
    overflow-x:auto;
    padding: 10px;
}