일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- matplotlib
- 블로그
- 텐서플로
- Blog
- Pandas
- MATLAB
- 월간결산
- MySQL
- 통계학
- python visualization
- tensorflow
- 서평
- 딥러닝
- 파이썬
- Python
- 티스토리
- 매틀랩
- 파이썬 시각화
- 시각화
- 한빛미디어서평단
- Visualization
- Linux
- 리눅스
- 서평단
- SQL
- 독후감
- Tistory
- Ga
- 한빛미디어
- Google Analytics
- Today
- Total
목록FRONT-END (2)
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, ..