commit 1fbe6d6b1256e514781ead78c68dc280f6b04368 Author: poni Date: Mon Jun 10 17:11:21 2024 +0200 first commit diff --git a/Inter-Thin.otf b/Inter-Thin.otf new file mode 100644 index 0000000..22592e0 Binary files /dev/null and b/Inter-Thin.otf differ diff --git a/KindRegards.otf b/KindRegards.otf new file mode 100644 index 0000000..650c295 Binary files /dev/null and b/KindRegards.otf differ diff --git a/ale.png b/ale.png new file mode 100644 index 0000000..67f91b2 Binary files /dev/null and b/ale.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a2729f8 --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + +

Funnrwood 30

+

26 Luglio
Civitanova Marche

+ +

MASKED FACE EDITION

+ +
+ + + + + + +
+ +

Portare costume e asciugamano.
Chi vuole rimanere a dormire ci saranno delle tende in giardino per accorgliervi ♥️

+

Conferma la tua partecipazione entro il 12.07 e avrai tutte le info dell’evento ;)

+ + + + + + + + diff --git a/mask.png b/mask.png new file mode 100644 index 0000000..71c2982 Binary files /dev/null and b/mask.png differ diff --git a/mask2.png b/mask2.png new file mode 100644 index 0000000..51ae0b9 Binary files /dev/null and b/mask2.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..44ad826 --- /dev/null +++ b/style.css @@ -0,0 +1,60 @@ +@font-face { + font-family: 'inter'; + src: url(Inter-Thin.otf); +} + +@font-face { + font-family: 'kind'; + src: url(KindRegards.otf); +} + +body, html{ + width: 100%; + height: 100%; + text-align: center; + font-family: 'inter'; + margin: 0; + padding: 0; +} + +img{ + width: 50%; + border-radius: 20%; +} + + +.due{ + width: 15%; +} + +h1{ + font-family: 'kind'; + font-size: 4rem; + margin-bottom: 0; +} + +p{ + margin: 1rem; +} + +.animaz{ + width: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +@keyframes maskMove { + from{ + left: 0; + } to{ + left: 100vw; + } +} + +.mask{ + position: absolute; + top: 32%; + /* animation: infinite linear maskMove 10s; */ +} +