add styles to coming soon page
This commit is contained in:
parent
3b5ae86886
commit
c70e77b51c
|
@ -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>
|
||||
|
|
Reference in New Issue