- object.svg
- style.css
SVG
<svg width="290" height="290">
<rect class="rect-1" width="42.5%" height="42.5%" x="5%" y="5%"></rect>
<rect class="rect-2" width="42.5%" height="42.5%" x="52.5%" y="5%"></rect>
<rect class="rect-3" width="42.5%" height="42.5%" x="5%" y="52.5%"></rect>
<rect class="rect-4" width="42.5%" height="42.5%" x="52.5%" y="52.5%"></rect>
</svg>
CSS
/* Colors used:
tomato, lightseagreen, #ffd700
*/
svg {
border: 1px solid #dddddd;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.