Compare commits

..

No commits in common. "9cbce889f5e8caaed93b402cf73d3b850c869d2d" and "c70e77b51c9d0ef286f47061362b3ca5a3b17d2e" have entirely different histories.

1 changed files with 21 additions and 27 deletions

20
dist/index.html vendored
View File

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