Skip to content

Commit 4a9464e

Browse files
some changes
1 parent 32ca79b commit 4a9464e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dimuthu/04-CSS-Layouts/flexbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
background-color: #ddd;
3939
font-size: 40px;
4040
margin: 40px;
41-
41+
display: flex;
4242
/* FLEXBOX */
4343
}
4444
</style>

Dimuthu/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
<div class="clear"></div>
3232
</header>

0 commit comments

Comments
 (0)