Wednesday, July 1, 2015

How do you organize your CSS? How do you come up with id and class names (what naming conventions do you use)?


While there are no right answers, there are best practices. Issues to look for are not having div mania, no inline CSS, no presentational markup, minimal use of classes, understanding the CSS cascade

No comments:

Post a Comment