There are lots of properties and attributes in CSS that you can apply HTML elements. It seems dreading to remember them all. Guess what? You do not need to! Or to be more accurate, you should not even try to do that!
So what is the secret about CSS? The most essential things about CSS is its box model: http://tinyurl.com/ybg7rb4
All the HTML elements can be considered as boxes. You know this model, then you can have full control of the layout and position stuff. The rest are trivial, you can always check reference back and forth.
No comments:
Post a Comment