본문 바로가기
Web/Total_Web

Web에 유용한 사이트 모음

by 다니엘의 개발 이야기 2022. 11. 14.
320x100

## for web

 

1. 색상 확인

https://htmlcolorcodes.com/

 

HTML Color Codes

Easily find HTML color codes for your website using our color picker, color chart and HTML color names with Hex color codes, RGB and HSL values.

htmlcolorcodes.com

 

2. general하게 웹 개발의 기본요소인 html, css, javacript, http, api 등에 대한 예시가 문서로 소개되어있는 사이트

https://developer.mozilla.org/ko/

 

MDN Web Docs

The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

developer.mozilla.org

3. css fonts 모음

https://www.cssfontstack.com/

 

CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code.

Join to access discussion forums and premium features of the site.

www.cssfontstack.com

4. color paletes

https://coolors.co/palettes/trending

 

Trending Color Palettes - Coolors

Get inspired by thousands of beautiful color schemes and make something cool!

coolors.co

 

5. css 우선적용 계산 사이트

https://specificity.keegan.st/

 

Specificity Calculator

Specificity Calculator A visual way to understand CSS specificity. Change the selectors or paste in your own.

specificity.keegan.st

 

6. css transition 기능으로써 어떻게 움직이는지 샘플 모음 사이트 (곡선 그래프)

https://easings.net/

 

Easing Functions Cheat Sheet

Easing functions specify the speed of animation to make the movement more natural. Real objects don’t just move at a constant speed, and do not start and stop in an instant. This page helps you choose the right easing function.

easings.net

 

7. image 무료 사이트

https://unsplash.com/

 

Beautiful Free Images & Pictures | Unsplash

Beautiful, free images and photos that you can download and use for any project. Better than any royalty free or stock photos.

unsplash.com

 

8. html 공식문서 중 1개인 모질라(mozilla)

 

https://developer.mozilla.org/ko/docs/Web/HTML

 

HTML: HyperText Markup Language | MDN

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/be

developer.mozilla.org

 

9. html, css, javascript 배울 수 있는 사이트

 

https://www.w3schools.com/

 

W3Schools Free Online Web Tutorials

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com


 


## for django

 

1. django bootstrap

https://django-bootstrap-v5.readthedocs.io/en/latest/

 

Welcome to django-bootstrap-v5’s documentation! — django-bootstrap-v5 1.0.0 documentation

© Copyright 2020, Andre Bar'yudin Revision e1787491.

django-bootstrap-v5.readthedocs.io

 

-- 지속적으로 업데이트 예정

300x250

'Web > Total_Web' 카테고리의 다른 글

git hub 반응형 랜딩페이지 코드 따라한 것  (0) 2022.09.21
bootstrap 기초1 기본  (0) 2022.09.06