-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
59 lines (59 loc) · 1.63 KB
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
58
59
<!DOCTYPE HTML>
<head>
<title>K L A X E R | Home</title>
<link href="https://fonts.googleapis.com/css?family=Bungee+Hairline" rel="stylesheet">
<style>
html, body {
height: 100%;
width: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
font-family: 'Bungee Hairline', cursive;
flex-direction: column;
background: #333;
color: #ccc;
margin: 0;
background: url("images/Klaxer-washed.png") no-repeat center center fixed;
background-color: #333;
}
.title {
font-size: 10vw;
letter-spacing: 28px;
opacity: 300;
}
.subtitle {
font-size: 4vw;
letter-spacing: 32px;
opacity: 100;
}
.responsive-img {
height: auto;
max-width: 100%;
}
.social {
font-size: 1.2vw;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
opacity: 0.6;
font-weight: 300;
}
.social img {
width: 24px;
height: 24px;
padding: 0 8px 0 8px;
}
</style>
</head>
<body>
<div class="title">KLAXER</div>
<div class="subtitle">coming soon</div>
<div class="social">
<a href="https://twitter.com/klaxerspace"><img src="images/twitter.svg" /></a> // @klaxerspace
</div>
</body>