
footer 섹션의 css 적용
/* footer */
.footer-wrap{
background-image: url(../images/footer2.png);
background-size: cover;
margin: 0 auto;
padding: 80px 50px;
display: flex;
}
@media screen and (min-width:1300px){
.footer-wrap .footer-logo {
margin-left: 250px;
}
}
.footer-wrap .footer-content{
margin-left: 5%;
width: 85%;
display: inline-block;
}
.footer-content .footer-content-main{
color: white;
font-size: 19px;
margin-bottom: 10px;
}
.footer-content .footer-info-wrap, .footer-info a{
color: #b9b9b9;
line-height: 25px;
}
.footer-info-wrap .footer-info{
display: flex;
flex-wrap: wrap;
}
.footer-info-wrap .footer-info p{
margin: 0 !important;
width: 50%;
}
.footer-info p:nth-of-type(5){
width: 100%;
}
.footer-wrap .copyright{
color: #828282;
}

현재 참고사이트와 글씨 크기 및 사진 위치, 마진, 패딩이 조금씩 다른 부분이 있어 수정이 필요.
검사 결과

전체적인 중간 점검이 있었다. 조원 모두 맡은 역할에 대해 전반적으로 진행이 잘 되고 있었다. 현재까지는 큰 문제는 없었지만, 합치는 과정에서 문제가 발생할 것으로 예상된다. 그리고 git을 사용하기로 하였는데, 아직 git 사용법이 익숙하지 않아서 공부를 따로 해야할 것 같다.