320x100
## for web
1. 색상 확인
2. general하게 웹 개발의 기본요소인 html, css, javacript, http, api 등에 대한 예시가 문서로 소개되어있는 사이트
https://developer.mozilla.org/ko/
3. css fonts 모음
4. color paletes
https://coolors.co/palettes/trending
5. css 우선적용 계산 사이트
https://specificity.keegan.st/
6. css transition 기능으로써 어떻게 움직이는지 샘플 모음 사이트 (곡선 그래프)
7. image 무료 사이트
8. html 공식문서 중 1개인 모질라(mozilla)
https://developer.mozilla.org/ko/docs/Web/HTML
9. html, css, javascript 배울 수 있는 사이트
## for django
1. django bootstrap
https://django-bootstrap-v5.readthedocs.io/en/latest/
-- 지속적으로 업데이트 예정
300x250
'개발일지 > 임시카테고리' 카테고리의 다른 글
이력서 만들고, 지원 시작! (0) | 2022.11.16 |
---|---|
css - fontfamily 사용방법 (1) | 2022.11.14 |
html - 태그속성 설명 (name, id, type, placeholder) (0) | 2022.11.14 |
html - label 태그 (0) | 2022.11.13 |
html - Emmet editing (html 코드 작성을 간편하게 해주는 에디터기술) (0) | 2022.11.13 |