From 55779633c82ad72e5f579b989b5b2309cd4023dd Mon Sep 17 00:00:00 2001 From: Devman <116588566+xdevman9@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:28:53 +0000 Subject: [PATCH] Adding apps and AI soon --- home.html | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/home.html b/home.html index 35102ce..6d2c70f 100644 --- a/home.html +++ b/home.html @@ -296,6 +296,34 @@ transform: rotate(15deg); } + .ai-container { + position: absolute; + top: 20px; + right: 140px; + width: 50px; + height: 50px; + background-color: rgba(0, 212, 255, 0.8); + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); + z-index: 2; +} + + .ai-button { + background: none; + border: none; + color: white; + font-size: 1.5em; + cursor: pointer; + transition: all 0.3s ease; +} + +.ai-button:hover { + color: #ff8800; + transform: rotate(15deg); +}
@@ -312,6 +340,12 @@ + +