1) 학습한 내용
네이버 메인 2편(right)
github
정렬을 할 때 개수가 딱 떨어지지 않으면
space-between보다 float:left 사용하는게 더 나을 수 있음
#main_footer .corp_lists li:before
{
content: "";
display: inline-block;
width: 1px;
height: 11px;
background-color: #e4e8eb;
margin: 0 8px;
vertical-align: -10px; (-값을 줘서 회사소개 옆 작대기들 위치를 내릴수 있음)
}

2) 학습내용 중 어려웠던 점
display:flex;의 활용
3) 해결방법
계속 사용해보며 활용도를 높여야 함
4) 학습소감
오늘 학습은 큰 어려움 없었음