From 948b481bcab76ffd969447e6b350b43f15c75de2 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 21 Sep 2024 18:35:24 -0400 Subject: [PATCH] expansion --- login/index.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 36 ++++++++++++++++++++++--- 2 files changed, 102 insertions(+), 3 deletions(-) create mode 100644 login/index.html diff --git a/login/index.html b/login/index.html new file mode 100644 index 0000000..3e1e0ec --- /dev/null +++ b/login/index.html @@ -0,0 +1,69 @@ + + + + + + monotreme.org + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Save the monotremes

+
+

Login to monotreme.org

+ + + + echidna + platypus +
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index 465159f..efdb077 100644 --- a/styles.css +++ b/styles.css @@ -66,7 +66,7 @@ body { .sidebar a { text-decoration: none; - color: #4682b4; + color: #4682b4; /* Steel blue */ } .sidebar a:hover { @@ -78,9 +78,38 @@ body { width: 600px; vertical-align: top; } - + + .login { + width: 200px; + margin: 0 auto; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 20px; + background-color: #eeeeee; + /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */ + } + + .login form { + display: flex; + flex-direction: column; + width: 100%; + align-items: center; + } + + .login label, + .login input { + margin: 5px 0; + width: 100%; + } + + input[type="submit"] { + width: auto; + padding: 5px 10px; +} h2 { - color: #ff6347; /* Tomato */ + color: #ff6347; /* Tomato color */ } /* Footer styling */ @@ -94,6 +123,7 @@ body { .footer p { margin: 0; } + /* Contact Section Styling */ .contact { text-align: left;