Initial Sunflower Acres Hugo site scaffold
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#EDE0C4"/>
|
||||
<stop offset="1" stop-color="#D8C79E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="300" height="200" fill="#F1ECE0"/>
|
||||
<rect x="30" y="35" width="240" height="140" rx="22" fill="url(#g)"/>
|
||||
<rect x="30" y="35" width="240" height="40" rx="22" fill="#ffffff" opacity="0.18"/>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 481 B |
Reference in New Issue
Block a user