-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 958 Bytes
/
index.html
File metadata and controls
34 lines (31 loc) · 958 Bytes
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="ko">
<head>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width, initial-scale = 1.0"
<title></title> <br> <br>
<style>
.s3{
visibility: hidden;
}
p {
display: inline;
font-family: "Arial Black", sans-serif;
font-size: 36px;
font-weight: bold;
color: #ffffff;
}
.s1 { text-shadow: 4px 2px 2px goldenrod; }
.s2 { text-shadow: 4px 2px 2px gray; }
.s3 { text-shadow: 6px 2px 2px gray; }
</style>
</head>
<body>
<p class="s1">이름 : 박재현</p> <br>
<p class="s2"> 전공 : 컴퓨터공학</p> <br>
"반갑습니다!" <br>
<p class="s3">안보이게 할 문장 !!</p> <br> <br> <br>
<img height="200px" src="잔망루피_하얀배경화면.jpg" alt="이미지없음">
<img height="200px" src="IMG_6889 (1).jpg" alt="이미지없음">
</body>
</html>