This is my devblog. A place to share what I learn.
August 25, 2024
I wanted to create a dynamic grid of cards that would only have internal borders. My initial thought was to only add borders to the 2nd and 3rd items. This would technically work if you knew for sure you would always have 4 items. For this blog site, I needed something more flexible. I wanted a solution that could handle any number of items while only displaying borders on the inside. ...
CSS Tricks
Borders
Dynamic Grid
MOST RECENT BLOGS
July 9, 2024
Data Structures
Trie