-
BeerAndBlank Ditch it. :) If exact px sizes are important, use px. Otherwise, consider relative sizing where the relationships are meaningful. CSS is best when it's flexible and relational. Size relative to context (em), root (rem), characters (ch), viewports (vw/vh/vmin/vmax), etc.