blog preview card challenge fixes
This commit is contained in:
parent
dbe6e0ee65
commit
85517d94f6
|
@ -26,7 +26,9 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<header>
|
||||||
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
|
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
|
||||||
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<figure><img src="assets/images/illustration-article.svg" alt="Image of something"></figure>
|
<figure><img src="assets/images/illustration-article.svg" alt="Image of something"></figure>
|
||||||
|
@ -44,10 +46,12 @@
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
<!-- <div class="attribution">
|
<!-- <div class="attribution">
|
||||||
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
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>.
|
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
|
||||||
</div> -->
|
</div> -->
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue