본문 바로가기

내일배움단/웹개발 종합반

[내일배움단] 웹개발 종합반 - 1주차 - 배운 내용 정리

무료 폰트 사이트 - 구글 폰트

https://fonts.google.com/

 

Google Fonts

Making the web more beautiful, fast, and open through great typography

fonts.google.com

 

잘 만들어져 있는 CSS를 가져다 쓸 수 있는 무료 오픈 소스 CSS 프레임 워크 - 부트스트랩

https://getbootstrap.com/docs/4.0/components/alerts/

 

<h1> 태그 뒤의 줄 바꿈 하기위해 사용한 방법

display: inline;

 

div에 배경 이미지 넣는 방법

background-image: url("");

 

div 모서리 둥글게 처리하는 방법

border-radius: 10px;