GMScreen is a pet project of mine. Like all pet projects, it started out as a tool for myself. When running pencil-and-paper Role Playing Games, I often found that the tools I was using for notes, initiative order, and combat modifiers were just insufficient.
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
Wednesday, January 9, 2013
Styling By IDs: Case In Point
There has been some argument in the web development community about styling HTML by IDs. Arguments against styling by ID include specificity (IDs are hard to override), and, more importantly, code reuse.
Tuesday, September 7, 2010
The Dangers of CSS Resets
For a while now, people have been using CSS reset files to, well, "reset" their pages to a default, unstyled state. Until recently, I had never used one, and my current use of one is not by choice, but because it was already in place when I started my new job.