Skip to content

Commit 47c8f15

Browse files
authoredSep 13, 2021
add closing bracket
added closing bracket to div on line 15
1 parent 85e875c commit 47c8f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎margin-and-padding/margin-and-padding-2/solution/solution.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<h1 class="title">I'm a card</h1>
1313
<div class="content">I have content inside me..lorem ipsum blah blah blah. Here's some stuff you need to read.</div>
1414
<div class="button">and a <button>BIG BUTTON</button></div>
15-
</div
15+
</div>
1616
</body>
17-
</html>
17+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.