Archive

Posts Tagged ‘clean’

enhance your css

March 19th, 2009 van Rumste Kenneth No comments

Writing css code isn’t that hard, it’s easy, clean but can be a pain in the ass to keep it readable when you have hundreds or maybe thousands of lines of code.

When sticking to specific rules it can all be made a bit more readable:

  • always use a reset of some sort
  • alphabetize
  • write comment
  • consistency
  • start in the right place
  • Understanding Class and ID
  • Power of li
  • CSS Debugging Tools

read the full text to enhance your css code

5 Ways to Instantly Write Better CSS (click here )
20 Useful CSS Tips (click here)