Footer 부분 코드 작성
Last updated
Last updated
...
.container {
width: 1080px;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
display: flex;
}
......
.footer {
width: 100%;
height: 60px;
background-color: lightblue;
}