From c94fed22f462d960224f3723c11cb6d8422aab5a Mon Sep 17 00:00:00 2001 From: felipetaua Date: Wed, 13 Nov 2024 17:06:54 -0300 Subject: [PATCH] =?UTF-8?q?alterando=20erros=20ortogr=C3=A1ficos=20e=20aju?= =?UTF-8?q?stes=20no=20convite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convite.html | 38 +++++++- img/convite-invite.png | Bin 0 -> 36065 bytes index.html | 192 ++++++++++++++++++++--------------------- styles/envelope.css | 12 ++- 4 files changed, 141 insertions(+), 101 deletions(-) create mode 100644 img/convite-invite.png diff --git a/convite.html b/convite.html index 1c1f0cd..f89aae7 100644 --- a/convite.html +++ b/convite.html @@ -76,14 +76,18 @@

Aguardamos você para celebrar esse dia incrível. tenho certeza que não vai se arrepender.

+
+
+
+

+ At. te: Tec. Informática +

+ -

clique no envelope :)

-
- -
+

abra o envelope

+ + + +
+
+

convite

+ Dias 18, 19, 21 e 22 de Novembro de 2024
+ Local Senac Paraná
+

+ Venha prestigiar esse evento, contará com uma Programação para todos os públicos. +

+ +
+ +
+ A turma do técnico +
+
@@ -179,6 +201,14 @@

Resource

+ + +
+
+
+
+
+
@@ -498,11 +498,11 @@

Conheça sobre

- - - + + + diff --git a/styles/envelope.css b/styles/envelope.css index a42a5ac..fb138f1 100644 --- a/styles/envelope.css +++ b/styles/envelope.css @@ -17,6 +17,16 @@ .conviteText { color: #444; } + + .conviteAss { + color: #444; + display: flex; + align-items: flex-end; + } + + .conviteImage { + border-radius: 14px; + } .container > .envelope-wrapper { background: var(--bg-envelope-color); box-shadow: 0 0 40px var(--shadow-color); @@ -98,7 +108,7 @@ z-index: 0; } .flap > .envelope > .letter { - bottom: 100px; + bottom: 200px; transform: scale(1.5); transition-delay: 1s; }