add closing bracket

added closing bracket to div on line 15
This commit is contained in:
MonkeyBlues 2021-09-13 20:54:06 +07:00 committed by GitHub
parent 85e875c90e
commit 47c8f1566f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@
<h1 class="title">I'm a card</h1>
<div class="content">I have content inside me..lorem ipsum blah blah blah. Here's some stuff you need to read.</div>
<div class="button">and a <button>BIG BUTTON</button></div>
</div
</div>
</body>
</html>
</html>