- object.svg
- style.css
SVG
<svg width="320" height="180">
<polygon points="90.711 20 161.421 90.711 90.711 161.421 20 90.711"></polygon>
<polygon points="150.711 20 221.421 90.711 150.711 161.421 80 90.711"></polygon>
<polygon points="210.711 20 281.421 90.711 210.711 161.421 140 90.711"></polygon>
</svg>
CSS
/* Colors used:
yellowgreen, gold, lightseagreen
*/
svg {
border: 1px solid #dddddd;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.