Tuesday, February 14, 2012

steps to a better CSS stylist

When styling a web page, CSS file will always end up like a mess. things get out of control pretty fast.

There is ways to improve your CSS!

The most simple way is to adopt a framework, like the blueprint framework.
It provides library like grids and forms that comes in handy. It shortens the time as well!

Also, we can continue the best practices in coding onto styling CSS. Comment lines and maintain consistence in naming in your HTML elements. Try sharing properties with elements as much as you can to avoid writing duplications that will lead to potential conflicts in the future.



No comments:

Post a Comment