Web forms are ubiquitous, and in my line of work I find myself building plenty of them, each time from scratch. That’s why I’ve recently put together a little style sheet to serve as a starting point for styling my HTML forms that includes the selectors and styles I find myself using most often. Take [...]
Continue reading...Posts Tagged ‘CSS’
CSS Good Practices
08/28/2009
In any sort of collaborative context, especially when it comes to code and the Web, following a standard is important. As such, in order that my CSS files are descriptive and legible to others as well as to myself, I follow a set of conventions in each new document that I create.
Note that while some [...]