Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions display-exercise.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
</head>
<body>
<!-- your HTML here to implement the colored box design -->
<p>Placeholder!</p>
<main>
<div class="parent-box">
<div class="centerd">
<div class="half_green display border"></div>
<div class="half_blue display border"></div>
</div>
<div class="centerd">
<div class="left_gray display border"></div>
<div class="middle_black display border"></div>
<div class="end_orange display border"></div>
</div>
</div>
</main>
</body>
</html>
</html>