My Second Blog Post

The Astro logo on a dark background with a purple gradient arc.

"After learning some Astro, I couldn't stop!"

Published on: 7/8/2022

Written by: Astro Learner

astro

blogging

learning in public

successes

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;
}