Hacker News new | ask | show | jobs
by sir-dingleberry 684 days ago
I've found CSS to be brutal because there's SO MANY gotcha's.

You can check out bootstrap or a CSS library, they make CSS manageable for a non-expert to do cool stuff with CSS.

JS isn't too bad in modern times, async/await is awesome instead of promise chains.

Web components out the box as well.