closing style tag (#730)

This commit is contained in:
Seanghay 2021-07-18 02:45:11 +07:00 committed by GitHub
parent b8a90b1e7d
commit 234b175a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ For best results, you should only have one `<style>` tag per-Astro component. Th
height: 50px;
width: 50px;
}
</style>
<div class="circle"></div>
```