Skip to content

Commit 9bf4bb9

Browse files
committed
section-4: Set nav bar links.
1 parent bb5cb4c commit 9bf4bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starter/04-CSS-Layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1>📘 The Code Magazine</h1>
2525
<!-- <strong>This is the navigation</strong> -->
2626
<a href="blog.html">Blog</a>
2727
<a href="#">Challenges</a>
28-
<a href="#">Flexbox</a>
29-
<a href="#">CSS Grid</a>
28+
<a href="flexbox.html">Flexbox</a>
29+
<a href="css-grid.html">CSS Grid</a>
3030
</nav>
3131

3232
<!-- <div class="clear"></div> -->

0 commit comments

Comments
 (0)