←back to thread

634 points david927 | 3 comments | | HN request time: 0.623s | source

What are you working on? Any new ideas that you're thinking about?
Show context
bbx ◴[] No.41342996[source]
For the past year, I've been working on a CSS Masterclass: https://cssmasterclass.io/

It's going to have online text courses with interactive examples and coding exercises, but I'm also in the process of adding video tutorials. These videos will be of 2 types: ones where I teach you the theory, and ones where we actually build a project from scratch.

I feel like CSS has always been something that was made to look harder than it actually is. In its essence, the syntax is very simple, and the vocabulary is quite basic. There are only a few things you need to know to be able to code an attractive and flexible responsive web page. For comparison, I find programming backends much more difficult.

Even though I've been working on this project for almost a year, I decided that next month will be the day I finally launch it.

replies(2): >>41345316 #>>41346227 #
1. herrherrmann ◴[] No.41346227[source]
Sounds nice indeed! By the way: Ironically, I’ve found a few CSS issues on the landing page (input placeholder is cut off on mobile viewports) and your personal website (the blinking line is overlapping the opened menu on mobile). Hope it helps!
replies(1): >>41350218 #
2. bbx ◴[] No.41350218[source]
Indeed, a flex wrap was missing. As for the menu, it looks fine on my phone? Thanks for the heads up.
replies(1): >>41403693 #
3. gcj ◴[] No.41403693[source]
I think this deserves a free course!