There are four elements, each with a width of 25%, filling the page perfectly.
I am trying to create a 1px gap between each element by adding a margin-right of 1px. However, this causes the last element to overflow onto the next line. How can I reduce the width of each element by 1px without having to calculate their widths in pixels beforehand?