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 | 29 | 30 |
Tags
- 선언
- API
- Inline
- js
- array
- false
- STYLE
- http
- position
- 변수
- Absolute
- 조건문
- react
- LIKELION
- function
- 프론트엔드스쿨
- Project
- 리액트
- terminal
- block
- CSS
- ubuntu
- 선택자
- HTML
- object
- javascript
- True
- boolean
- 멋쟁이사자처럼
- display
Archives
- Today
- Total
Jeden Tag, aufrichtig und lustig.
css 9. style 시트 본문
style 시트
css 코드만 따로 관리하고 싶을 때
style태그 빼고
css부분을 잘라내기 해서 별도의 파일로 만들면 ex.style.css
style시트로 관리하기 편하다.
=>유지보수 효율성 올라감으로써 경제적 효과도 창출한다.
<link태그>
링크 태그를 사용함으로써 html파일과 css파일의 연결이 가능하다.
<link rel="stylesheet" href="style.css" type="text/css">
*rel :relationship
* text/css : link태그로 연결되는 파일이 어떤 것인지 알려준다.
'CSS' 카테고리의 다른 글
css 11. margin (0) | 2022.07.19 |
---|---|
css 10. layout (0) | 2022.07.02 |
css 8. 미디어 쿼리 (0) | 2022.03.26 |
css 7. grid (0) | 2022.03.26 |
css 6. <div> (0) | 2022.03.26 |