This app is intended to convert pixels to rems and back. Just set your default font-size and change value of px or rem. You can also see the table with ready values for selected font-size.
px | rem |
---|---|
{{ item.px }} | {{ parseFloat((item.px / fontSize).toFixed(4)) }} |
px | rem |
---|---|
{{ item.px }} | {{ parseFloat((item.px / fontSize).toFixed(4)) }} |
px | rem |
---|---|
{{ item.px }} | {{ parseFloat((item.px / fontSize).toFixed(4)) }} |
px | rem |
---|---|
{{ item.px }} | {{ parseFloat((item.px / fontSize).toFixed(4)) }} |