0. ์์ด๋์ด/์น ๋ ์ด์์ ๋ธ๋ ์ธ ์คํ ๋ฐ https://excalidraw.com/
1. ์ค์๊ฐ Html/css/js ์ ์ฉ์ํ ๋ณผ ์ ์๋ ์ฌ์ดํธ JS Bin - Collaborative JavaScript Debugging
2. ์๊น์ ๊ณ ๋ฅด๊ณ ์ถ์ ๋, ์๊น ๊ณ ๋ฅด๋ฉด uI ์ปฌ๋ฌ ๋ฐฐ์น๊ตฌ์ฑ๊น์ง ๋ฏธ๋ฆฌ๋ณด์ฌ์ค๋ค Color Tool - Material Design
3. ์ด๋ฏธ์ง ํ์ผ์ ์ํ๋ ํฌ๊ธฐ๋ก ๋ณ๊ฒฝ, 16x16 / 32x32 / 64x64 / 128x128 / 256x256๋ฑ https://www.iloveimg.com/ko
4. ์ด๋ฏธ์ง ํ์ผ๋ก ํ๋น์ฝ ์์ฑ https://www.websiteplanet.com/
5. ๋์์ด๋๋ค์ด ์ ๊ณตํด์ฃผ๋ ๋ฌด๋ฃ ์์ด์ฝ ๋ชจ์ https://fontawesome.com/
svg to png ์ ๊ฒ์ํ๋ฉด ๋์ด
๋ก๊ทธ์ธ ํ๋ฉด ๋ฐ์ ์ ์๋ ์ด ์ฝ๋๋ฅผ
<script src="https://kit.fontawesome.com/3f40333451.js" crossorigin="anonymous"></script>
์๋์ ๊ฐ์ด ๋ถ์ฌ๋ฃ์ด์ฃผ์ธ์ :)
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script
src="https://kit.fontawesome.com/3f40333451.js"
crossorigin="anonymous"
></script>
</head>
6. ๊ตฌ๊ธ ํฐํธ : (๋ฌด๋)๋ก๋ณดํ , ์คํ์ฐ์ค https://fonts.google.com/
์์
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/3f40333451.js" crossorigin="anonymous"></script>
<title>Today I Learned</title>
<link rel="icon" type="imgs/png" href="imgs/til-logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<style> @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Open+Sans:wght@400;500;600;700&display=swap'); </style>
</head>
link ํ๊ทธ๋ฅผ ๋ณต์ฌํด์ <head> ~ </head>์ฌ์ด์, CSS๋ฅผ ๋ณต์ฌํด์ <style> ~ </style> ์ฌ์ด์ ๋ฃ๋๋ค.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500;700&display=swap" rel="stylesheet">
<title>๋ก๊ทธ์ธํ์ด์ง ๋งํฌ์
</title>
<style>
* {
font-family: 'Noto Serif KR', serif;
}
div {
color: black;
}
.login-title > div {
color: white;
background-size : 16px;
background-image: url('https://avatars.githubusercontent.com/u/93479286?v=4');
background-position: center;
background-size: 300px;
width: 300px;
height: 300px;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
margin : auto;
margin-top: 100px;
}
.wrap {
width: 300px;
margin : auto;
}
</style>
</head>
<body>
<div class="login-title">
<div>
<h1>๋ก๊ทธ์ธ ํ์ด์ง</h1>
<h5>์์ด๋, ๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.</h5>
</div>
</div>
<div class="wrap">
<div>
<h3>๋ก๊ทธ์ธ</h3>
<p>
ID = <input type="text" class="">
</p>
<p>
PW = <input type="text" class="">
</p>
<button>๋ก๊ทธ์ธํ๊ธฐ</button>
</div>
</div>
</body>
</html>
7. ๋๋ง์ ๋ก๊ณ ๋ง๋ค๊ธฐ Canva: ๋ฌด๋ฃ ๋์์ธ ๋๊ตฌ: ํ๋ ์ ํ ์ด์ , ๋์์, ์์ ๋ฏธ๋์ด ๋ฑ
Image cropping online tool: https://resizeimage.net/
9๋ฒ ๋งํฌ๋ฅผ ์ด์ฉํ์ฌ ๋ท ํฐ๋ฐฐ๊ฒฝ์ ์ญ์ ํด์ฃผ์.
8. color picker https://www.google.com/search?q=color+picker
9. ํฐ๋ฐฐ๊ฒฝ PNG ํฌ๋ช ๋ฐฐ๊ฒฝ์ผ๋ก ๋ฐ๊พธ๊ธฐ ์ด๋ฏธ์ง ๋ฐฐ๊ฒฝ ์ ๊ฑฐ, ํฌ๋ช ๋ฐฐ๊ฒฝ ๋ง๋ค๊ธฐ – remove.bg
10. HTML element reference : HTML ํ๊ทธ๊ฐ ํท๊ฐ๋ฆด ๋๋ง๋ค ์ฐพ์๋ณด๊ธฐ ์ข์ ๋งํฌ
(1) https://developer.mozilla.org/ko/docs/Web/HTML/Element
(2) https://www.w3schools.com/TAgs/default.asp
์ด๋ ๊ฒ ๋ง๋ค์ด์ง ๋ฉ์ง ์ด๋ฏธ์ง๋ค์ favicon์ผ๋ก๋ ํ์ฉํ ์ ์๋ค!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/3f40333451.js" crossorigin="anonymous"></script>
<title>Today I Learned</title>
<link rel="icon" type="imgs/png" href="imgs/til-logo.png">
<style> @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Open+Sans:wght@400;500;600;700&display=swap'); </style>
</head>
10. ๋ฌด๋ฃ ์ฌ์ง ์ฌ์ดํธ: https://unsplash.com/
11. ์ค์ผ์น ๋ถํธ์คํธ๋ฉ : ๊ฐ์ฑ ํํ ๋๋ ์ฌ์ด๋ ํ๋ก์ ํธ์ ์ ํฉํ ๋ฏ :)
https://bootswatch.com/sketchy/
Bootswatch: Sketchy
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater
bootswatch.com
12. ์ ์ ํ๋กํ ์ฌ์ง ๋ฌด๋ฃ
https://cdn.expcloud.co/life/uploads/2020/04/27135731/Fee-gentry-hed-shot-1.jpg
https://widgetwhats.com/app/uploads/2019/11/free-profile-photo-whatsapp-1.png
https://widgetwhats.com/app/uploads/2019/11/free-profile-photo-whatsapp-4-300x300.png
13. ํ๋ก์ ํธ ๋ช ์๋ ์์ฑ๊ธฐ
Business Name Generator - free AI-powered naming tool - Namelix
namelix.com
์์ ๋งํฌ๋ค์ ์ด์ฉํ์ฌ ์ ๋ง์ ๋ฉ์ง ๋ก๊ณ ์ ์นํ์ด์ง๋ฅผ ๋ง๋ค ์ ์์๋ต๋๋ค!
๋์์ธ ํด์ด ์ด์ํ ๊ฐ๋ฐ์ ๋ถ๋ค๋ ๋์ ํด๋ณด์๋ฉด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค :D
'๋งํฌ์ > Html & Css' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Html,Css] ๋ฐ์ํ ํค๋ ๋ฐ๋ผ๋ง๋ค๊ธฐ (0) | 2022.04.30 |
---|---|
CSS์ ๊ฝ, Flexbox (0) | 2022.04.23 |
[1๋ถ ์ฝ๋ฉ] CSS ๋ ์ด์์ ํต์ฌ (0) | 2022.03.26 |
๊ตฌ๊ธ ํํ์ด์ง ํด๋ก ์ฝ๋ฉ[์ ํ๋ฒ ์กฐ์ฝ๋ฉ๋] (0) | 2022.03.26 |
CSS์ ๋ ์ด์์ display (0) | 2022.03.21 |