High-End Websites für Purpose-Driven Brands

Ich schlüpfe gerade in ein neues Gewand und bin bald mit neuer Website zurück. Besuch mich in der Zwischenzeit auf Instagram, LinkedIn oder schreib mir eine E-Mail.

/* Main Variables */ :root { --main-dark: black; --main-light: white; } /* Global Styles */ ::selection { background: var(--main-dark); color: var(--main-light); text-shadow: none; } img::selection, svg::selection { background: transparent; } /* Link color inherits from parent font color */ a { color: inherit; } /* Disable / enable clicking on an element and its children */ .no-click { pointer-events: none; } .can-click { pointer-events: auto; } /* Target any element with a certain "word" in the class name */ [class*="spacer"] { }