Newer
Older
My-Portfolio / frontend / src / assets / sections / separator.svg
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100" viewBox="0 0 1200 100" preserveAspectRatio="none">
    <polygon points="0,0 1200,0 1200,100 0,100" style={{ fill: "#232323" }} />
    <polygon points="0,0 1200,100 1200,0 0,0" style={{ fill: "#181818" }} />
</svg>