Looking for advice on designing business cards online with specific dimensions - 8.5 cm x 5.5 cm.
The dilemma lies in choosing between using pixel or centimeter units in CSS for width and height. What's the best approach?
Ultimately, I'll need to convert the design to a JPG using C#'s drawing class
, which only accepts pixel units. However, pixels vary based on resolution. If I opt for pixel units, what should be the width and height values?
Please advise on the ideal unit for both designing online and conversion to images using C#.