CONTENTS/Design

HTML + CSS 함께 활용하기

천군양♡ 2021. 8. 19. 23:04
728x90

예전에 HTML을 엄청 얕게 배웠었는데..

css를 함께 활용해서 해보려니 만만치 않은 거 같다 ㅠㅠ

 

HTML : 뼈대

CSS : 꾸미기

 

코딩 프로그램 : 파이참

HTML 가져오기

부트스크랩 컴포넌트

 

Alerts

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

getbootstrap.com

HTML 명령어 확인하기

오른쪽 마우스 클릭 > 검사

CSS :: 스타일 적용시키기

어째서 어떤 것은 div class를 쓰고 어떤 것은 그냥 글자로만 쓸까.. 무슨 차이인지 궁금하다..

 

폰트넣기

 

Google Fonts

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

fonts.google.com

 

칸 만들기

 

border - CSS: Cascading Style Sheets | MDN

CSS border 단축 속성은 요소의 테두리를 설정합니다. border-width, border-style, border-color의 값을 설정합니다.

developer.mozilla.org

 

728x90