[1회독] [1주차] HTML, CSS, 기초 JS 문법 & Bootstrap
1주차 수업내용 서버와 클라이언트의 역할 이해 HTML, CSS의 기초 지식 그리고 부트스트랩 Javascript 기초 문법 유용한 것들 https://kr.piliapp.com/facebook-symbols/ 1. background 이미지 넣기와 정렬 background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(""); background-position: top; background-size: cover; 2. 콘텐츠 정렬 display: flex; flex-direction: column; justify-content: center; align-items: center; 1주차 숙제 좋아하는 가수 팬명록 만들기..