her.esy.fun/logo-svg.org
Yann Esposito (Yogsototh) 8a949239ae
css work
2019-11-28 00:28:10 +01:00

11 lines
408 B
Org Mode

@@html:
<div style="text-align:center">
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--b2)" stroke-width="1" fill="var(--b03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--r)" stroke-width="1" fill="var(--o)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--b3)"/>
</svg>
</div>
@@