css๋ฅผ ์ ์ฉํ๋ ค๋ฉด
@charset "utf-8"; /*์ธ์ฝ๋ฉ ๋ฐฉ์ ์ง์ */
์ด๋ ๊ฒ css ๋งจ ์์ ์ธ์ฝ๋ฉ ๋ฐฉ์์ ์ง์ ํด์ค์ผํ๋ค
ํฐํธ ํจ๋ฐ๋ฆฌ๋ฅผ ์ ์ฉํ๋ ค๋ฉด
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>0403์ค์ต</title>
<link href="0403-์ค์ต css.css" rel="stylesheet">
</head>
๊ฐ๊ณ ์ค๋ ค๋ ํฐํธ์ html์ ๊ธ์ด์ ๋งํฌ๋ฅผ ์ผ๋จ ๋ถ์ฌ๋ฃ๊ณ
css์
h1:nth-of-type(1) {
color: rgb(255, 178, 78);
font-family: "Nanum Brush Script", cursive;
}
ํฐํธ ํจ๋ฐ๋ฆฌ๋ฅผ ๊ธ์ด์ ๋ฃ์ด์ค์ผํ๋ค
์๋๋ฉด
์ํฌํธ๋ผ ๋์ด ์๋ ๋ถ๋ถ์ ๋งํฌ๋ฅผ
์ด๋ฐ์์ผ๋ก ์์ ๋ณต๋ถ ํ๊ณ ๋ฐ์ css์ฝ๋์๋ ํฐํธ ํจ๋ฐ๋ฆฌ๋ ์ถ๊ฐํ๋ฉด ๋จ
ํ ์คํธ ์๋์ฐ
/*text-shadow: x์์น, y์์น, ๋ฒ์ง ์ ๋, ์์์ด ํ์*/