-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bk2
57 lines (52 loc) · 1.24 KB
/
index.html.bk2
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html>
<head>
<title>Kain's Blog</title>
<script>
</script>
<style>
@font-face
{
font-family: diediedie;
src: url('fonts/diediedie.ttf'),
url('fonts/diediedie.eot'); /* IE9+ */
}
html,
body {
height: 100%;
width: 100%;
}
html,
body,
p,
div {
margin: 0;
padding: 0;
font-family: diediedie;
color: #000;
font-size: 1.2em;
}
body {
background: url(img/background4.jpg) no-repeat;
background-size: cover;
}
a {
color: #000;
text-decoration: none;
}
.text {
position: absolute;
bottom: 20%;
right: 2%;
}
</style>
</head>
<body>
<div class="text">
<p>PERFECT IS SHIT.</p>
<p><a href="#">Kain's blog -></a>
<br><span>@2015</span>
</p>
</div>
</body>
<ml>