From a17d4b1fcfef35b432196dfaf6f20f0f5b3c884d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 8 Oct 2024 18:24:16 -0400 Subject: [PATCH] style --- style.css | 28 ++++++++++++++++++++++++++++ test.html | 35 ++++++++++++++++++----------------- 2 files changed, 46 insertions(+), 17 deletions(-) diff --git a/style.css b/style.css index 71918eb..ae43254 100644 --- a/style.css +++ b/style.css @@ -710,14 +710,34 @@ select { --tw-backdrop-sepia: ; } +.absolute { + position: absolute; +} + +.relative { + position: relative; +} + +.right-3 { + right: 0.75rem; +} + .block { display: block; } +.inline { + display: inline; +} + .flex { display: flex; } +.hidden { + display: none; +} + .h-full { height: 100%; } @@ -808,6 +828,14 @@ select { font-weight: 600; } +.uppercase { + text-transform: uppercase; +} + +.lowercase { + text-transform: lowercase; +} + .leading-6 { line-height: 1.5rem; } diff --git a/test.html b/test.html index cb536bd..64897ff 100644 --- a/test.html +++ b/test.html @@ -1,24 +1,25 @@ - + -
+
- - -
-
Invalid entry.
- -
-
Invalid entry.
- -
-
Invalid entry.
- -
-
Invalid entry.
- +
+ +
+
Must be a valid email address
+ +
+
Passsword Incorrect
+ +
+
Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter and one digit
+ +
+
Passwords do not match
+
Invalid entry.
-
+
+