From 2b80fcf4ada56977d49aee3324531c101af723fd Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Mon, 20 Feb 2023 19:13:57 -0500 Subject: [PATCH] about page created; landing paged form button effect css patch. --- pages/about.html | 21 +++++++++++++++++++++ styles/styles.css | 19 ++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/pages/about.html b/pages/about.html index e69de29..7fbe01f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -0,0 +1,21 @@ + + + + + About + + + +
+ +
+

About SapioChat

+
+
+ + diff --git a/styles/styles.css b/styles/styles.css index 4ce5524..660c393 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1,5 +1,6 @@ body { font-family: monospace; + background-color: #f0f2f5; } .nav-wrapper { @@ -84,12 +85,28 @@ body { padding: 15px; font-size: 1.1rem; background-color: #4af626; - color: #111; font-weight: bold; } .signup-link { text-decoration: none; + color: #111; +} + +.signup-button:hover { + cursor: pointer; + top: -15px; + box-shadow: 2px 2px 2px blue; +} + +.signup-link:hover { + cursor: pointer; +} + +.loggin-submit:hover { + cursor: pointer; + top: -15px; + box-shadow: 2px 2px 2px #4af626; } .title-wrapper {