-
Notifications
You must be signed in to change notification settings - Fork 0
/
styletest.html
34 lines (30 loc) · 1.33 KB
/
styletest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!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">
<title>Document</title>
<link type="text/css" rel="stylesheet" href="./style.css">
<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=Nanum+Brush+Script&display=swap" rel="stylesheet">
</head>
<body>
<h1>스타일 연습중</h1>
<p class="items3">hellohtml</p>
<p class="items4">hellohtml</p>
<p class="items5">hellohtml</p>
<br>
<div class="fonttest1">000000000000000001색상변하기</div>
<div class="fonttest2">000000000000000002글자위치</div>
<div class="fonttest3">000000000000000003그자간격</div>
<div class="fonttest4">000000000000000004줄간격</div>
<div class="fonttest5">000000000000000005정렬</div>
<div class="fonttest6">000000000000000006밑줄</div>
<div class="fonttest7">000000000000000007들여쓰기</div>
<div class="fonttest8">000000000000000008그림자</div>
<div class="fonttest9">000000000000000009abcdeFGHUIK</div>
<div class="fonttest10">000000000000000010</div>
</body>
</html>