본문 바로가기

전체 글332

한 번에 끝내는 파이썬 웹 개발 초격차 패키지 102일차 웹 & 프론트엔드 기본 GitHub 예제 Google Fonts Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com - 구글 폰트는 일반적으로 경량화되어있지 않음 - 원하는 폰트가 검색되었을 때, 전부 선택하는 것이 아닌 신중하게 선택 - 지원 가능한 폰트는 100~900으로 표현되면서 9 EA 중 선택 (폰트의 두께를 표현) index.html Click! main.css body { font-family: 'Poppins', sans-serif; font-weight: 300; } Google Fonts에 대해 학습해보는 시간을 가졌다. Google Fonts는 가볍지는 않.. 2021. 12. 16.
한 번에 끝내는 파이썬 웹 개발 초격차 패키지 101일차 웹 & 프론트엔드 기본 GitHub 예제 소개 GitHub: Where the world builds software GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 프로젝트 생성 GitHub - ParkYoungWoong/bootstrap5-github-landing Contribute to ParkYoungWoong/bootstrap5-github-landing develop.. 2021. 12. 15.
한 번에 끝내는 파이썬 웹 개발 초격차 패키지 100일차 웹 & 프론트엔드 기본 Bootstrap Utilities Colors - 소수의 컬러 유틸리티 클래스로 색을 통해 의미를 전달 - 호버 상태의 링크 스타일 지정도 지원 index.html .text-primary .text-secondary .text-success .text-danger .text-warning .text-info .text-light .text-dark .text-body .text-muted .text-white .text-black-50 .text-white-50 Display - Seagate 디스플레이 유틸리티로 구성 요소의 표시 값 등을 빠르고 빠르게 전환 - 인쇄 시 디스플레이를 제어하기 위한 추가 기능뿐만 아니라 보다 일반적인 일부 값에 대한 지원이 포함 classes .. 2021. 12. 14.
한 번에 끝내는 파이썬 웹 개발 초격차 패키지 99일차 웹 & 프론트엔드 기본 Bootstrap Components Buttons Buttons Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more. getbootstrap.com - 여러 크기, 상태 등을 지원하는 양식, 대화 상자 등의 작업에 Bootstrap의 사용자 지정 단추 스타일을 사용 index.html Primary Secondary Success Danger Warning Info Light Dark Link Cards Cards Bootstrap’s cards provide a flexible and extensible .. 2021. 12. 13.