Collins TM


Additions

I held off on CSS longer than most people would. That was intentional. There's something clarifying about forcing yourself to work within constraints — raw HTML with no styling tells you quickly what actually matters: structure, hierarchy, words. Some colors to break up the monotony.

I think I've achieved 1999-style HTML webpage. Which, for a learning project, was fine. For a pivot it is time to add some CSS.

So today is Day 1 on CSS. The first thing I wanted to try was the <button> element. Buttons feel right.

Here's what that looks like in practice:

Two buttons. One filled, one outlined. Neither does anything earth-shattering yet — but they're mine, built from scratch, and that counts for something. More to come.