- Make a sketch of the design, form positioning or interface you want for a certain page.
- Try to translate this design to a more comprehensible form for your interpreter (I mean writing CSS lines).
- Long cycle of try and error, reading stackoverflow, testing, reading snippets.
Practice this for a certain amount of time (be patient!) you will find yourself a world class CSS "writer". The main basis is moving from a sketch to CSS script.
Similar experience, but I focused on finding UI elements I liked from native apps or websites and attempted to clone them without looking at the source, then played around with the result to figure out how I could simplify it, how it behaved cross browser, etc etc.
I'm 27, I quitted my job 11 months ago to start a journey where I can finally achieve something and forget about years of procrastination and being "right" on the system. I think you're experiencing, as I do, what's called the "quarter life crisis".
- Make a sketch of the design, form positioning or interface you want for a certain page.
- Try to translate this design to a more comprehensible form for your interpreter (I mean writing CSS lines).
- Long cycle of try and error, reading stackoverflow, testing, reading snippets.
Practice this for a certain amount of time (be patient!) you will find yourself a world class CSS "writer". The main basis is moving from a sketch to CSS script.