This commit is contained in:
2026-06-22 05:51:46 +03:00
commit 03f9319b3a
32 changed files with 11008 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" fill="none">
<rect width="300" height="300" fill="#E8E0D8" rx="150"/>
<ellipse cx="150" cy="130" rx="55" ry="60" fill="#D0C0B0" opacity="0.6"/>
<ellipse cx="150" cy="200" rx="80" ry="70" fill="#C0B0A0" opacity="0.5"/>
<circle cx="135" cy="120" r="5" fill="#8B7B6B" opacity="0.4"/>
<circle cx="165" cy="120" r="5" fill="#8B7B6B" opacity="0.4"/>
<path d="M135 145 Q150 155 165 145" stroke="#9B8B7B" stroke-width="2" fill="none" opacity="0.5"/>
<ellipse cx="150" cy="100" rx="50" ry="20" fill="#B0A090" opacity="0.3"/>
</svg>

After

Width:  |  Height:  |  Size: 599 B