Blog

How to Generate CSS with Python

It’s incredibly tedious to manually copy over CSS class names, ID names, and other selectors from your HTML to your CSS stylesheet. This is both time-consuming and subject to human error. So, I wrote a...
Read More >>

Styling text, from start to finish

In building a new website, none of the text is styled for you. You get two choices, if you’re not adding your own stylesheets: would you like Times New Roman with no margins, or bold-and-slightly-larger...
Read More >>