REM to PX Conversion
2rem=32px
px = rem × 16
How this conversion works
With the default root font size of 16px, 2rem equals 32px. Multiply the rem value by 16: 2 × 16 = 32px. This is useful when translating design specs into responsive CSS.
REM to PX Conversion
px = rem × 16
With the default root font size of 16px, 2rem equals 32px. Multiply the rem value by 16: 2 × 16 = 32px. This is useful when translating design specs into responsive CSS.