-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.html
More file actions
27 lines (27 loc) · 791 Bytes
/
Copy pathfirst.html
File metadata and controls
27 lines (27 loc) · 791 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>먼저입니다</title>
<style>
a{
color: white;
}
@font-face{
font-family: 'font';
src: url('font/paperlogy.ttf')
format('truetype');
}
</style>
</head>
<body style="background-color: black; text-align: center; color: white; font-family: 'font', paperlogy">
<img src="1st.jpg" style="width: 500px; margin-top: 100px">
<div style="position: fixed; bottom: 20px; width: 100%">
<hr>
<div style="display: flex; justify-content: center; width: 100%; text-align: center; left: 0">
<p>미니멀리즘 디자인</p>
</div>
</div>
</body>
</html>