Zoeken...  ⌘K GitHub

TextEditorial text

TextEditorial component.

/text-editorial
src/components/text/TextEditorial.astro
---
// TextEditorial, recovered from blurr-components.pages.dev
---

<article class="tx-ed"> <p class="tx-ed__intro">De marketing wereld verandert razendsnel.</p> <p class="tx-ed__pull">Data-driven groei</p> <p class="tx-ed__body">Bedrijven die data-driven werken groeien 2.5× sneller dan hun concurrenten.</p> </article>

<style>
.tx-ed{max-width:680px}
.tx-ed__intro{margin:0 0 1.5rem;font-size:1.15rem;font-weight:500;color:var(--color-primary);line-height:1.65}
.tx-ed__pull{margin:0 0 1.5rem;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;color:var(--color-accent);line-height:1.3;letter-spacing:-.015em;padding:1rem 0;border-top:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent)}
.tx-ed__body{margin:0;font-size:1rem;color:#555;line-height:1.75}
</style>