blog preview card challenge fixes

This commit is contained in:
Robert McGovern 2024-04-07 04:50:26 +01:00
parent dbe6e0ee65
commit 85517d94f6
1 changed files with 9 additions and 5 deletions

View File

@ -26,7 +26,9 @@
<body>
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
<header>
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
</header>
<main>
<article>
<figure><img src="assets/images/illustration-article.svg" alt="Image of something"></figure>
@ -44,10 +46,12 @@
</article>
</main>
<!-- <div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
</div> -->
<footer>
<!-- <div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
</div> -->
</footer>
</body>
</html>