From 1243b345bd6d84dbd3c2ffb88462e2bf9b29770d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Guilherme?= Date: Wed, 25 Sep 2024 23:53:02 +0200 Subject: [PATCH] Update styles & images --- src/para-fran/styles.css | 69 +--------------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/src/para-fran/styles.css b/src/para-fran/styles.css index abd9846..caeea2b 100644 --- a/src/para-fran/styles.css +++ b/src/para-fran/styles.css @@ -40,7 +40,6 @@ body { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); max-width: 350px; margin: 0 auto; - animation: fadeIn 1.5s ease-out; position: relative; z-index: -50; } @@ -49,14 +48,12 @@ h1 { color: #e91e63; font-size: 26px; margin-bottom: 15px; - animation: slideInFromLeft 1s ease-out; } .intro-text { color: #333; font-size: 18px; margin-bottom: 20px; - animation: slideInFromRight 1.5s ease-out; text-align: left; } @@ -70,76 +67,12 @@ a.btn { font-size: 16px; transition: background-color 0.3s ease, transform 0.3s ease; margin-top: 20px; - animation: buttonAppear 2.5s ease-out; } a.btn:hover { background-color: #d81b60; transform: scale(1.05); -} - -/* Animações de texto */ -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} - -@keyframes slideInFromLeft { - from { - transform: translateX(-50px); - opacity: 0; - } - to { - transform: translateX(0); - opacity: 1; - } -} - -@keyframes slideInFromRight { - from { - transform: translateX(50px); - opacity: 0; - } - to { - transform: translateX(0); - opacity: 1; - } -} - -@keyframes slideUp { - from { - transform: translateY(50px); - opacity: 0; - } - to { - transform: translateY(0); - opacity: 1; - } -} - -@keyframes blink { - 0%, 100% { - opacity: 1; - } - 50% { - opacity: 0.5; - } -} - -@keyframes buttonAppear { - from { - opacity: 0; - transform: scale(0.9); - } - to { - opacity: 1; - transform: scale(1); - } -} +}@ /* Responsividade para iPhone 12 Pro (menor) */ @media (max-width: 390px) {