summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 09:02:11 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 09:02:11 -0400
commite77b255a0ceda1dd1cf43364a025465e7a852f0a (patch)
tree82259cb6efce0156d1b52be038862918410d0679 /static
parentfccd789b62d63853cf08bc7976a1743266fccac2 (diff)
downloadcarpentertutoring-e77b255a0ceda1dd1cf43364a025465e7a852f0a.tar.xz
carpentertutoring-e77b255a0ceda1dd1cf43364a025465e7a852f0a.zip
feat: banner combined with top to bottom fade from white
Diffstat (limited to 'static')
-rw-r--r--static/styles.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/static/styles.css b/static/styles.css
index c001fd2..5fcdfe9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -96,20 +96,12 @@ section {
section.banner {
text-align: center;
- padding-left: 0em;
- padding-right: 0em;
+ justify-content: center;
+ align-items: center;
+ gap: 1em;
+ padding-bottom: 1em;
margin-bottom: 0;
- background: linear-gradient(to right,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 75%);
-}
-
-section.banner * {
- background: white;
- padding-top: 1em;
- margin-top: 0;
- margin-left: 0;
- margin-right: 0;
+ background: linear-gradient(white 90%, rgba(255, 255, 255, 0));
}
.button img {