add styles to coming soon page

This commit is contained in:
Ray Elliott 2020-04-17 18:40:37 +01:00
parent 3b5ae86886
commit c70e77b51c
1 changed files with 24 additions and 0 deletions

24
dist/index.html vendored
View File

@ -6,6 +6,30 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./assets/css/style.css">
<title>rayelliott.dev</title>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 100%;
width: 100vh;
height: 100vw;
color: #010101;
}
h1 {
font-size: 6em;
}
p {
font-size: 2em;
}
a {
font-size: 1.1em;
}
</style>
</head>
<body>
<h1>Coming Soon ...</h1>