We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf2255 commit b1389f0Copy full SHA for b1389f0
.DS_Store
2 KB
index.html
@@ -0,0 +1,32 @@
1
+<html>
2
+ <head>
3
+ <style>
4
+ body {
5
+ background-color: #fff;
6
+ height: 100%;
7
+ margin:0;
8
+ padding:0;
9
+ }
10
+ img {
11
+ height: 25%;
12
+ position:absolute;
13
+ top:0;
14
+ left:0;
15
+ right:0;
16
+ bottom:0;
17
+ margin:auto;
18
19
+ div {
20
+ position:relative;
21
22
+ width:100%;
23
24
+ </style>
25
+ <title>EvenDev</title>
26
+ </head>
27
+ <a href="https://twitter.com/even_dev">
28
+ <body>
29
+ <div><img src="pfp.png"></div>
30
+ </body>
31
+ </a>
32
+</html>
pfp.png
103 KB
0 commit comments