Skip to content

Commit 8b9ecca

Browse files
committed
Temporary landing page
1 parent ea96bf3 commit 8b9ecca

File tree

6 files changed

+388
-0
lines changed

6 files changed

+388
-0
lines changed

css/index-mobile.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
h1 {
2+
font-size: 40px;
3+
}
4+
5+
main {
6+
transform: translateY(-100px);
7+
}
8+
9+
main img {
10+
height: 30px;
11+
}
12+
13+
main p {
14+
font-size: 14px;
15+
}

css/index.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
body {
2+
background-color: #4a4a4a;
3+
color: #fff;
4+
text-align: center;
5+
margin: 0;
6+
padding: 0;
7+
font-family: "Fira Sans", sans-serif;
8+
}
9+
10+
main {
11+
position: absolute;
12+
top: 50%;
13+
transform: translateY(-200px);
14+
width: 100%;
15+
margin: 0 auto;
16+
}
17+
18+
main p strong {
19+
font-weight: 600;
20+
}
21+
22+
h1 {
23+
font-size: 67px;
24+
}
25+
26+
footer {
27+
width: 100%;
28+
position: fixed;
29+
bottom: 1rem;
30+
text-align: center;
31+
font-size: 13px;
32+
}
33+
34+
footer a {
35+
color: #fff;
36+
}

images/banner.png

10.6 KB
Loading

images/icon.svg

Lines changed: 98 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)