| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
- matplotlib
- Tistory
- Pandas
- Visualization
- 시각화
- 서평단
- 매틀랩
- 파이썬 시각화
- 통계학
- Linux
- Blog
- 텐서플로
- Ga
- 파이썬
- Google Analytics
- Python
- SQL
- 독후감
- python visualization
- 딥러닝
- 월간결산
- MATLAB
- 티스토리
- 서평
- MySQL
- 블로그
- 리눅스
- 한빛미디어
- 한빛미디어서평단
- tensorflow
- Today
- Total
목록ComputerLanguage_Program/CSS (12)
pbj0812의 코딩 일기
0. 목표 - W3SCHOOL CSS Tutorial 쿡북 제작 1. 기본 형태 2. 코드 1) 기본 예제 Hello World! These paragraphs are styled with CSS. 2) element selector Every paragraph will be affected by the style. Me too! And me! 3) id selector Hello World! This paragraph is not affected by the style. 4) class selector Red and center-aligned heading Red and center-aligned paragraph. This heading will not be affected This paragraph..
0. 목표 - common.css, reset.css 세팅 1. 폴더 트리 구조 - index.html - css ㄴ reset.css ㄴ common.css ㄴ main.css 2. reset.css - 사용목적 : 여백 초기화 - 공식문서 접근(링크) - 하위 내용 부분을 복사해서 reset.css로 저장 * a태그 부분 추가(사용자 맘대로) /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, ..