Skip to content

Commit 5227cb7

Browse files
committed
Add missing styles for the 04....-START.html
1 parent adb0f1f commit 5227cb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

04 - CSS Grid Dev Tools/dev-tools-START.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
</div>
2424

2525
<style>
26+
.container {
27+
display: grid;
28+
}
2629
</style>
2730
</body>
2831

29-
</html>
32+
</html>

0 commit comments

Comments
 (0)