There's some pretty great CSS stylesheets that don't require you to write selectors at all. https://www.cssbed.com/no-class/ This site seems to have a good list with examples. Then you can generate HTML and only have to write CSS for the parts that really need customization.
For the HTML generation you don't need much if you go this route. I have built sites by writing markdown, generating HTML with Pandoc and then voila done.
For the HTML generation you don't need much if you go this route. I have built sites by writing markdown, generating HTML with Pandoc and then voila done.