blog preview card challenge fixes
This commit is contained in:
parent
dbe6e0ee65
commit
85517d94f6
|
@ -26,7 +26,9 @@
|
|||
|
||||
<body>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
Loading…
Reference in New Issue