Skip to content

Commit 85517d9

Browse files
committed
blog preview card challenge fixes
1 parent dbe6e0e commit 85517d9

File tree

1 file changed

+9
-5
lines changed
  • projects/FrontendMentor/newbie/blog-preview-card

1 file changed

+9
-5
lines changed

projects/FrontendMentor/newbie/blog-preview-card/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
<body>
2828

29-
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
29+
<header>
30+
<h1 class="visually-hidden">Blog Preview Card Frontend Mentor Challenge Solution</h1>
31+
</header>
3032
<main>
3133
<article>
3234
<figure><img src="assets/images/illustration-article.svg" alt="Image of something"></figure>
@@ -44,10 +46,12 @@ <h2>HTML &amp; CSS foundations</h2>
4446
</article>
4547
</main>
4648

47-
<!-- <div class="attribution">
48-
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
49-
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
50-
</div> -->
49+
<footer>
50+
<!-- <div class="attribution">
51+
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
52+
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
53+
</div> -->
54+
</footer>
5155
</body>
5256

5357
</html>

0 commit comments

Comments
 (0)