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
- Ga
- Blog
- 통계학
- 딥러닝
- Tistory
- 텐서플로
- 블로그
- 파이썬 시각화
- 서평
- python visualization
- 티스토리
- tensorflow
- 시각화
- 월간결산
- 한빛미디어
- 파이썬
- Pandas
- 서평단
- matplotlib
- MySQL
- 리눅스
- Google Analytics
- Linux
- 한빛미디어서평단
- 매틀랩
- SQL
- MATLAB
- 독후감
- Visualization
- Python
Archives
- Today
- Total
목록css quokka (1)
pbj0812의 코딩 일기
[CSS] 쿼카 그리기
1. 자료수집 2. 스케치 3. html 4. css *, *:after, *:before { box-sizing: border-box; } body { background: #FFFFFF; } .quokka { position: relative; margin: 50px auto; width: 400px; height: 400px; } .quokka .ear .left .ear1{ position: absolute; top: 80px; left: 55px; width: 120px; height: 120px; border-radius: 100%; background: #FFD967; } .quokka .ear .left .ear2{ position: absolute; top: 90px; left: 75px..
ComputerLanguage_Program/CSS
2021. 3. 7. 03:13