1. CSS 기본 span 태그가 div 안에서 글자 조정할 때 쓴다는 걸 배웠다. margin 은 바깥 여백이고 padding은 안쪽 여백으로 바뀌고 요소를 display: block 으로 해서 앞뒤 줄바꿈이 되는게 신기했다. 2.구글폰트활용법 https://fonts.google.com/?subset=korean Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com 여기서 가져와서 CSS에 * 를 wrap 클래스로 전체 덮으면 원하는 폰트를 쓸수 있는 것을 배웠다. 3. 부트스트랩 활용법 https://getbootstrap.com/docs/4.0/components/aler..