Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Reading HTML5/CSS3 Versus Writing HTML5/CSS3 – I Have A Mental Block Re: Reading HTML5/CSS3 Versus Writing HTML5/CSS3 – I Have A Mental Block

#110834
TheDoc
Member

Yea, unfortunately it’s just practice. I remember way back when there was a time where I had to look up almost everything in CSS.

“What was that code to make a div centered again? *Looks it up* Oh, right, `margin: 0 auto;`”

Eventually those question get more complicated:

“Hmmmm, I forget the shorthand for box-shadow… *Looks it up* Ah yes, it’s `box-shadow: x y blur spread color`”

At some point it all comes naturally and from memory.