-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.15 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<title>drysds</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<style>
body {
background-color: black;
height: 100%;
font-size: 35px;
letter-spacing: 5px;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
a {
color: white;
}
</style>
<body>
<div class="center">
<div>
<img src="drysds.png" alt="drysds">
</div>
<div>
<a href="https://www.github.com/andrysds"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/drysds/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/drysds/"><i class="fab fa-instagram"></i></a>
<a href="https://andrysds.github.io/test"><i class="fab fa-youtube"></i></a>
</div>
</div>
</body>
</html>