Transitioning from CSS to Tailwind

I have phased out plain CSS and CSS modules from the website in favor of Tailwind. By doing this, I will be able to more easily develop richer styling. Specifically, I'm now looking to implement:

  • A navbar
  • Background elements, potentially along the lines of BFS exploring a maze in real-time
  • Modern, original styling

While I want to implement these styling additions soon, my priority is to lay out the bare-bones vision of the website first, so I have a jumping-off point to iterate from.

Back to home