Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 알고리즘
- 실행컨텍스트스택
- state hook
- useRef역할
- 영어공부
- CORS
- 전역상태
- 노마드코더
- 로컬상태
- 개발일기
- 영어
- 실행컨텍스트자바스크립트
- npm 에러
- Mini Node Server
- 실행컨텍스트란
- CLI
- .current
- 실행컨텍스트콜스택
- .env
- html
- css
- 그래머인유즈
- 실행컨텍스트 실행과정
- 객체
- Block
- 실행컨텍스트 동작과정
- 실행컨텍스트 면접
- styled-component
- 고차함수
- 개발공부
Archives
- Today
- Total
오늘도 삽질중
css(파일넣는곳, selector, cascading) 본문
<목차>
- css파일 넣는곳
- selector
- cascading
🤞 css파일 넣는곳은? : html <head> 안
<head>
<link href = "style.css" rel="stylesheet">
</head>
🤞 css는 html태그를 가리킨다. 가리키는것을 selelctor이라고 한다. 여기서 blueTitle은 셀렉터
blueTitle {
color: 25px;
}
🤞 cascading
'HTML,CSS' 카테고리의 다른 글
css(시맨틱태그,em/rem,css내용분해,class/id,background) (0) | 2021.08.30 |
---|---|
inline (0) | 2021.08.30 |
HTML (0) | 2021.08.27 |
css(margin, border, padding) (0) | 2021.08.25 |
CSS (Blocks and Inlines) (0) | 2021.08.24 |
Comments