The four horsemen of 3/4

cross-posted from: https://piefed.world/c/shit/p/1198962/the-four-horsemen-of-3-4

SVG Code

<svg xmlns="http://www.w3.org/2000/svg” viewBox="0 0 800 600” width="100%” height="100%">

<rect x="10” y="10” width="380” height="280” fill="#008080” rx="8” /> <text x="200” y="150” dominant-baseline="middle” text-anchor="middle” font-size="160” font-family="Arial, Helvetica, sans-serif” font-weight="bold” fill="#FFFFFF">0.75</text>

<rect x="410” y="10” width="380” height="280” fill="#008080” rx="8” />

<rect x="10” y="310” width="380” height="280” fill="#008080” rx="8” /> <text x="200” y="450” dominant-baseline="middle” text-anchor="middle” font-size="160” font-family="Arial, Helvetica, sans-serif” font-weight="bold” fill="#FFFFFF">3/4</text>

<rect x="410” y="310” width="380” height="280” fill="#008080” rx="8” /> <text x="600” y="450” dominant-baseline="middle” text-anchor="middle” font-size="160” font-family="Arial, Helvetica, sans-serif” font-weight="bold” fill="#FFFFFF">75%</text>

</svg>