상세 컨텐츠

본문 제목

CSS 정리

정리_모음

by go_ra_ni 2021. 8. 9. 16:10

본문

728x90

style.css -

<link href='style.css' rel='stylesheet'>로 연결

 

a - 모든 a

.class

#id

위에서 아래로 순차 적용

:hover - 커서 반응

 

다중 클래스 or id class="class1 class2"

 

 

속성

color: - 글자 색

background-color: -배경 색

border: 1px solid red -border영역 선 그리기

text-transform: uppercase - 대문자로 변경

 

h2.destination{ - h2의 하위 class destination

  font-family: Tahoma;  - 폰트 변경

}

 

.description h5 { - class 의 하위 h5

  color: blueviolet;

}

728x90

'정리_모음' 카테고리의 다른 글

photon bulid 창과 unity 내부 game씬 동기화 문제  (0) 2022.08.16
yolov5 class 한글 폰트 적용  (0) 2022.04.09
HTML 태그 정리  (0) 2021.08.04
express정리  (0) 2021.07.29
Node.js 정리  (0) 2021.07.22

관련글 더보기