Date: 2024-10-18 13:26:08
Score: 1.5
Natty:
- Use em units for properties that should scale with text size, such as padding, margin, border-radius, and even width and height when appropriate.- Use px units for properties that should remain constant, such as thin borders, hairlines, or when precise control is necessary.
- Avoid pt for screen media unless you're specifically targeting printed output.
Reasons:
- No code block (0.5):
- Low reputation (1):
Posted by: Salvadore