astro/src/components/Top.astro
2025-01-19 23:21:07 -05:00

12 lines
166 B
Plaintext

<a id="top" href="#">
back to top
<!-- render this after scrolling -->
</a>
<style>
#top {
position: fixed;
bottom: 1rem;
right: 1rem;
}
</style>