BLOCK

Testimonial

Testimonial-Karte mit Zitat und Autorenmetadaten.

testedORIGINAL
Live Preview
Playground

Implementierungen

HTML · HTML + CSS + JS

index.html

<figure class="quote"><blockquote>„Die Bibliothek macht aus wiederkehrender UI-Arbeit einen sauberen, nachvollziehbaren Prozess.“</blockquote><figcaption><span class="avatar">MM</span><span><b>Max Mustermann</b><small>Product Designer</small></span></figcaption></figure><style>.quote{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;max-width:620px;padding:28px;border:1px solid #e4e4e7;border-radius:16px;margin:0}blockquote{font-size:1.35rem;line-height:1.55;margin:0 0 24px}figcaption{display:flex;gap:12px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;background:#ede9fe;color:#5b21b6;display:grid;place-items:center;font-weight:800}figcaption span:last-child{display:grid}small{color:#71717a}</style>