portfolio-2.svg 1.0 KB

12345678910111213141516
  1. <svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
  2. <defs>
  3. <linearGradient id="bg2" x1="0%" y1="0%" x2="100%" y2="100%">
  4. <stop offset="0%" style="stop-color:#f093fb;stop-opacity:1" />
  5. <stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
  6. </linearGradient>
  7. </defs>
  8. <rect width="400" height="300" fill="url(#bg2)"/>
  9. <rect x="60" y="60" width="280" height="180" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.3)" stroke-width="2" rx="8"/>
  10. <rect x="80" y="80" width="60" height="60" fill="rgba(255,255,255,0.2)" rx="4"/>
  11. <rect x="160" y="80" width="60" height="60" fill="rgba(255,255,255,0.2)" rx="4"/>
  12. <rect x="240" y="80" width="60" height="60" fill="rgba(255,255,255,0.2)" rx="4"/>
  13. <rect x="80" y="160" width="220" height="30" fill="rgba(255,255,255,0.15)" rx="2"/>
  14. <rect x="80" y="200" width="160" height="20" fill="rgba(255,255,255,0.15)" rx="2"/>
  15. <text x="200" y="280" font-family="Arial, sans-serif" font-size="16" fill="white" text-anchor="middle">北欧风格</text>
  16. </svg>