feat(post): first draft of styling

This commit is contained in:
Barrett Ruth 2024-06-15 17:29:43 -05:00
parent 4a558df078
commit 4b035c0c0c
3 changed files with 89 additions and 34 deletions

View file

@ -24,13 +24,16 @@
</header>
<main class="main">
<div class="post-container">
<header class="post-header">
<h1 class="post-title">From GitHub Pages to AWS</h1>
<p class="post-meta">
<time datetime="2024-06-15">15/06/2024</time>
</p>
</header>
<div class="header-container">
<header class="post-header">
<h1 class="post-title">From GitHub Pages to AWS</h1>
<p class="post-meta">
<time datetime="2024-06-15">15/06/2024</time>
</p>
</header>
</div>
<article>
<h2>a subheading you will fix</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla felis
quam, varius eu ullamcorper ac, tempus eget risus. Vestibulum ante
@ -60,5 +63,6 @@
</div>
</main>
<script src="../scripts/common.js"></script>
<script src="../scripts/post.js"></script>
</body>
</html>