Form styling
- Attibute Selectors
<a>
태그의 스타일을 변경Descendant Selector (하위 셀렉터)
Child Selector (>)
Div 태그 안의 첫 번째 자식 형제 p 태그
checkbox, select 스타일링
- https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
- checkbox, select는 브라우저에서 기본제공하는 프로퍼티를 사용.
- checbox와 select를 스타일링 하려면, appearance를 수정해야 한다.
https://developer.mozilla.org/en-US/docs/Web/CSS/appearance#syntax
Font styling
Google Font 사용해보기
https://fonts.google.com/
Font 사용시 License 확인 필수!
Google font 파일을 다운로드 받아 OFL.txt 파일이 있는지 꼭 확인!