Skip to content

Instantly share code, notes, and snippets.

View aeciolevy's full-sized avatar

Aecio Levy aeciolevy

View GitHub Profile
@aeciolevy
aeciolevy / modal.html
Last active September 20, 2023 14:48
Pop up modal for new Klickpages and Klicksend form
<style>
:root {
--spacing1: 4px;
--spacing2: 8px;
--spacing3: 16px;
--hue: 400;
--text1: hsl(0, 0%, 100%);
--text2: hsl(var(--hue), 4transform: translate(-50%, -50%);%, 80%);
font-size: 1.25rem;
}