"After learning some Astro, I couldn't stop!"
Published on: 7/8/2022
Written by: Astro Learner
After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!
Sample code block
html {
background-color: #f1f5f9;
font-family: sans-serif;
}
body {
margin: 0 auto;
width: 100%;
max-width: 80ch;
padding: 1rem;
line-height: 1.5;
}