From 9284934b67f6115f699cdc3839329c498371bcfa Mon Sep 17 00:00:00 2001 From: Eshan Roy <148610067+eshanized@users.noreply.github.com> Date: Thu, 7 Nov 2024 05:40:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20style(nav):=20change=20ui=20font?= =?UTF-8?q?=20and=20animations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ style.css | 11 +++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index ff0a45f3..76c66305 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,9 @@ + + + diff --git a/style.css b/style.css index ccbd3433..fffe701a 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ margin: 0; padding: 0; box-sizing: border-box; - font-family: Arial, sans-serif; + font-family: "Ubuntu", sans-serif; } body { @@ -45,7 +45,7 @@ a { inset: 0; position: absolute; transform: scaleX(0); - transform-origin: right; + transform-origin: left; transition: transform 0.5s ease-in-out; z-index: -1; } @@ -91,11 +91,6 @@ a { align-items: center; } -.kali-dragon { - width: 100%; - max-width: 400px; -} - .hero-text h1 { font-size: 3rem; margin-bottom: 1.5rem; @@ -111,7 +106,7 @@ a { .hero-text p { font-size: 1.1rem; margin-bottom: 2rem; - color: #a0a0a0; + color: #ffffff; } .cta-buttons {