
초기화 하는 방법은 다양하다. 자주 쓰이는 것들 위주로 알아보자. # 구성 index.html css/style.css html에 css 연결 head의 title 밑에 link 태그를 넣어준다 link 태그의 href는 css 파일의 경로를 넣어준다. : html과 css 연결 경로가 ./css/styles.css 이다. css 초기 설정 @charset "UTF-8"; * { margin: 0px; padding: 0px; } ul, ol { list-style: none; } a { text-decoration: none } @charset "UTF-8" : UTF 설정해야 한글이 꺠지지 않게 인코딩 방식으로 utf-8로 설정한다. 구문 끝에는 ;(세미클론)을 붙여준다. * : 모든 것들을 선택이라..
Web/CSS
2022. 1. 5. 11:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- mongoDB
- django
- pandas
- 클라우데라
- useHistory 안됨
- error:0308010C:digital envelope routines::unsupported
- vuejs
- JavaScript
- 자료구조
- TensorFlow
- next.config.js
- react
- Vue
- 자연어처리
- Deque
- UserCreationForm
- DFS
- typescript
- nodejs
- login
- Queue
- react autoFocus
- read_csv
- BFS
- logout
- Express
- NextJS
- Python
- useState
- nextjs autoFocus
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함