Skip to content

Commit 451e8a7

Browse files
committed
feat: add nav
1 parent 3b49af9 commit 451e8a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

starter/02-HTML-Fundamentals/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ <h5>The BasicLanguage of the WEB: HTML</h5>
1818
<h6>The BasicLanguage of the WEB: HTML</h6> -->
1919

2020
<h1>📘 The Code Magazine</h1>
21+
22+
<nav>
23+
<a href="blog.html">Blog</a>
24+
<a href="#">Challenges</a>
25+
<a href="#">Flexbox</a>
26+
<a href="#">CSS Grid</a>
27+
</nav>
28+
2129
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
2230

2331
<h2>The BasicLanguage of the WEB: HTML</h2>

0 commit comments

Comments
 (0)