Skip to content

Commit f45be5f

Browse files
authored
Fix to index.html
Added missing closing bracket on final div. (Sorry if this is the wrong way to do this, I'm new and here on assignment from The Odin Project.)
1 parent f7b0d53 commit f45be5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

margin-and-padding/margin-and-padding-1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
</div>
1717
<div class="three">
1818
DIV THREE
19-
</div
19+
</div>
2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)