๐ซ ๊ฐ๋จํ ์คํ์ผ ๋ฃ๋ ๋ฒ
<p style="font-size : 20px; color : red"> ๊ธ์ </p>
๊ฑฐ์ ๋ชจ๋ ํ๊ทธ๋ style=""
์ด๋ผ๋ ์์ฑ์ ์ด ์ ์๋ค.
ย
๐ซ ์์ฃผ ์ฌ์ฉํ๋ ๊ธ์ ์คํ์ผ๋ค
font-size : 20px;
font-family : 'gulim';
color : black;
letter-spacing : -1px;
text-align : center;
font-weight : 600;
ย
๐ซ ์ด๋ฏธ์ง ์ ๋ ฌ๊ณผ ํญ ์กฐ์
display : block;
margin-left : auto;
margin-right : auto;
width : 150px;
์ด๋ฏธ์ง ๊ฐ์ด๋ฐ ์ ๋ ฌ : display : block; margin-left : auto, margin-right : auto
ย
๐ซ ํ ์คํธ์ ์ผ๋ถ๋ง ์คํ์ผ์ ๋ณ๊ฒฝํ๊ณ ์ถ์ ๋
<p>์๋
ํ์ธ์ ์ ๋ <span style="color : red;">๋ฐ์ด๋</span> ๊ฐ๋ฐ์์
๋๋ค.</p>
<span>
ํ๊ทธ
- ๊ฐ๋ ๊ธ์ ์ผ๋ถ๋ฅผ ์ธ๋งค๊ณ ์ถ์ ๋ ์ฌ์ฉํ๋ ํฐ ์๋ฏธ ์๋ ํ๊ทธ
<strong>
ํ๊ทธ
- ๊ธ์ ์ผ๋ถ๋ฅผ ์ธ๋งค๋ฉด ๊ฐ๋จํ ๊ตต๊ฒ ํํ ๊ฐ๋ฅ
ย
๐ซ ์ค๋์ ์์ : ๊ฐ๋จํ ์๊ธฐ์๊ฐ ํ์ด์ง ๊พธ๋ฏธ๊ธฐ
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<img src="coomang.jpg" style="width: 200px; display:block; margin-left: auto; margin-right:auto;">
<h3 style="font-size: 16px; color:#888; letter-spacing: 1px; text-align: center">Dozzing World</h3>
<p style="text-align: center"><span style="color:blue;">Front-end</span> Developer</p>
<h3 style="text-align: center">์ฟ ํค์ฟ ๋ง ๋ธ๋ก๊ทธ ์
๋๋ค.</h3>
</body>
</html>
ย