|
|
@ -4,22 +4,28 @@
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<link rel="stylesheet" href="./assets/css/style.css">
|
|
|
|
|
|
|
|
<title>rayelliott.dev</title>
|
|
|
|
<title>rayelliott.dev</title>
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 100%;
|
|
|
|
font-size: 100%;
|
|
|
|
width: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
color: #010101;
|
|
|
|
color: #010101;
|
|
|
|
}
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
font-family: 'Permanent Marker', cursive;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
font-size: 6em;
|
|
|
|
font-size: 4em;
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
@ -33,6 +39,6 @@
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<h1>Coming Soon ...</h1>
|
|
|
|
<h1>Coming Soon ...</h1>
|
|
|
|
<p>why not check out my <a href="blog">blog</a> for now?</p>
|
|
|
|
<p>Why not check out my <a href="blog">blog</a> for now?</p>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|