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 | 31 |
Tags
- 파이썬
- Tistory
- 월간결산
- Google Analytics
- 텐서플로
- Blog
- 한빛미디어서평단
- 딥러닝
- Visualization
- 서평
- Linux
- 파이썬 시각화
- SQL
- MATLAB
- 한빛미디어
- 통계학
- 시각화
- MySQL
- python visualization
- Python
- 티스토리
- matplotlib
- 매틀랩
- 리눅스
- Ga
- 서평단
- Pandas
- 독후감
- 블로그
- tensorflow
Archives
- Today
- Total
목록컵에 낀 병아리 (1)
pbj0812의 코딩 일기

0. 목표 1) 원본 2) 순서도 1. 실습 1) html 2) css *, *:after, *:before { box-sizing: border-box; } body { background: #d0ddf8; } .cup { position: relative; margin: 50px auto; width: 400px; height: 400px; } .cup .body{ position: absolute; left: -100px; bottom: -200px; width: 300px; height: 400px; background: #8b00ff; } .cup .leg .left .middle{ position: absolute; left: 240px; bottom: -200px; width: 15px; h..
ComputerLanguage_Program/CSS
2021. 1. 27. 03:14