A footer that sits at the bottom of "short" pages
/posts/flex-responsive-footer
Using flex-grow to create a "spacer" div to solve the problem of a footer displaying halfway down a page when you don't have enough content to fill the entire height of the screen.
2021-07-31
Read more
Adventures with Global CSS in Astro
/posts/global-css-in-astro
A comparison of what happened (spoiler alert -- it got weird!) when I tried to import styles/global.css into my layout.astro file.
2021-07-30
Read more
React Context Post
/posts/react-context-post
An example of React context in Astro, using a currency example
2021-07-18
Read more