-
-
Notifications
You must be signed in to change notification settings - Fork 170
/
leo424y.html
42 lines (37 loc) · 1.01 KB
/
leo424y.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
35
36
37
38
39
40
41
42
<html>
<head>
<title>Hello, world.</title>
<style>
body {
font-family: courier, monospace;
padding: 10% 15px;
text-align: center;
font-size: 13px;
line-height: 1.65em;
margin: 0;
background-image: linear-gradient(45deg, #f3ffd9, #ffe4e4, #fffce6);
}
body:before {
background-image: linear-gradient(300deg, #e9ffba, #f0f0f0, #ffeccf);
animation: you infinite alternate 1s;
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
}
@keyframes you {
0% { opacity: 0; }
100% { opacity: 1; }
}
</style>
</head>
<body>
<p>Hi, this is muan.html.</p>
<p><a href="http://leo424y.github.io">Check out my blog</a>, <a href="https://github.com/leo424y">my github profile</a>, or <a href="https://twitter.com/ofz3">my tweets</a>.</p>
<p>💣💣💣💣💣💣</p>
</body>
</html>