Zoeken...  ⌘K GitHub

TextMark text

TextMark component.

/text-mark
src/components/text/TextMark.astro
---
// TextMark, recovered from blurr-components.pages.dev
---

<p class="tx-mark"> <span>Met de juiste strategie kan elk bedrijf online groeien. Maar </span><mark class="tx-mark__mark">zonder data ben je blind.</mark> </p>

<style>
.tx-mark{margin:0;font-size:clamp(1rem,2.5vw,1.2rem);color: #e8e8e8;line-height:1.7;max-width:660px}
.tx-mark__mark{background:linear-gradient(to bottom,transparent 55%,rgba(99,102,241,.3) 55%);color:var(--color-primary);font-weight:700;padding:0 .1em}
</style>