We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ca79b commit 4a9464eCopy full SHA for 4a9464e
Dimuthu/04-CSS-Layouts/flexbox.html
@@ -38,7 +38,7 @@
38
background-color: #ddd;
39
font-size: 40px;
40
margin: 40px;
41
-
+ display: flex;
42
/* FLEXBOX */
43
}
44
</style>
Dimuthu/04-CSS-Layouts/index.html
@@ -25,8 +25,8 @@ <h1>📘 The Code Magazine</h1>
25
<!-- <strong>This is the navigation</strong> -->
26
<a href="blog.html">Blog</a>
27
<a href="#">Challenges</a>
28
- <a href="#">Flexbox</a>
29
- <a href="#">CSS Grid</a>
+ <a href="flexbox.html">Flexbox</a>
+ <a href="css-grid.html">CSS Grid</a>
30
</nav>
31
<div class="clear"></div>
32
</header>
0 commit comments