diff --git a/ale.png b/ale/1.png similarity index 100% rename from ale.png rename to ale/1.png diff --git a/ale/2.png b/ale/2.png new file mode 100644 index 0000000..67fcfc3 Binary files /dev/null and b/ale/2.png differ diff --git a/ale/3.png b/ale/3.png new file mode 100644 index 0000000..a4b1b24 Binary files /dev/null and b/ale/3.png differ diff --git a/ale/4.png b/ale/4.png new file mode 100644 index 0000000..2051dc2 Binary files /dev/null and b/ale/4.png differ diff --git a/ale/5.png b/ale/5.png new file mode 100644 index 0000000..3aed890 Binary files /dev/null and b/ale/5.png differ diff --git a/ale/6.png b/ale/6.png new file mode 100644 index 0000000..819b72d Binary files /dev/null and b/ale/6.png differ diff --git a/ale/7.png b/ale/7.png new file mode 100644 index 0000000..a4b1b24 Binary files /dev/null and b/ale/7.png differ diff --git a/ale/8.png b/ale/8.png new file mode 100644 index 0000000..67fcfc3 Binary files /dev/null and b/ale/8.png differ diff --git a/index.html b/index.html index a2729f8..5a9b997 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ - + ALE 30 + @@ -13,53 +14,99 @@

26 Luglio
Civitanova Marche

MASKED FACE EDITION

- +
- - - - - - +
+

Sposta la maschera!

-

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/mask.png similarity index 100% rename from mask.png rename to mask/mask.png diff --git a/mask2.png b/mask/mask2.png similarity index 100% rename from mask2.png rename to mask/mask2.png diff --git a/mask/mask3.png b/mask/mask3.png new file mode 100644 index 0000000..8a9e475 Binary files /dev/null and b/mask/mask3.png differ diff --git a/mask/mask4.png b/mask/mask4.png new file mode 100644 index 0000000..6ecbb3c Binary files /dev/null and b/mask/mask4.png differ diff --git a/style.css b/style.css index 44ad826..0077854 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ body, html{ } img{ - width: 50%; + width: 200px; border-radius: 20%; } @@ -53,8 +53,32 @@ p{ } .mask{ - position: absolute; - top: 32%; - /* animation: infinite linear maskMove 10s; */ + width: 100px; + height: fit-content + } + + +.maskContainer{ + display: flex; + height: 200px; + align-items: center; + margin-top: 2rem; +} + +button{ + background: none; + border-radius: 25%; + padding: .5rem 1rem; + margin-bottom: 1rem; + font-family: 'inter'; +} + +.uno{ + scale: 1.55 +} + +.quattro{ + scale: 1.2 +} \ No newline at end of file