diff --git a/index.html b/index.html index 5cb5367..7f299e5 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ height: 100%; overflow: hidden; background: #87CEEB; /* Sky blue background */ + transition: background 1s; } .background { @@ -30,6 +31,7 @@ width: 200px; height: 60px; animation: moveClouds 20s linear infinite; + z-index: 2; } .cloud::before, .cloud::after { @@ -64,6 +66,7 @@ top: 10%; left: 10%; z-index: 1; + transition: background 1s; } .rain { @@ -110,7 +113,7 @@ color: #000; /* Black text color */ font-family: Arial, sans-serif; padding: 20px; - transition: color 0.5s; + transition: color 1s; } h1 { @@ -121,41 +124,6 @@ p { font-size: 1.5em; } - - .login-container { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - background: rgba(255, 255, 255, 0.8); - padding: 20px; - border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - } - - .login-container input { - display: block; - width: 100%; - margin: 10px 0; - padding: 10px; - border: 1px solid #ccc; - border-radius: 5px; - } - - .login-container button { - display: block; - width: 100%; - padding: 10px; - background: #007BFF; - color: #fff; - border: none; - border-radius: 5px; - cursor: pointer; - } - - .login-container button:hover { - background: #0056b3; - } @@ -170,20 +138,6 @@

Welcome to Weather Arkansas

Your go-to source for weather updates in Arkansas!

-
-

Login

- - - - -
- -