From 02d74c4c51e58de60b8c3257b1b65d8dc6bbc93b Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 26 Feb 2024 17:43:35 -0500 Subject: [PATCH] update --- public/index.html | 34 +++++++++++++++++++++++++++++----- public/style.css | 38 ++++++++++++++++++-------------------- 2 files changed, 47 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index 24192d9..42c63c6 100755 --- a/public/index.html +++ b/public/index.html @@ -17,7 +17,8 @@ - + @@ -25,7 +26,8 @@ - + @@ -34,10 +36,12 @@
+
+
@@ -47,10 +51,10 @@
  • Myco.Systems
  • diff --git a/public/style.css b/public/style.css index 90087d6..7981291 100755 --- a/public/style.css +++ b/public/style.css @@ -20,7 +20,7 @@ body, .braille { display: flex; align-items: center; - justify-content: flex-end; + justify-content: center; flex-flow: row; } @@ -51,19 +51,14 @@ body, text-align: left; z-index: 10; background-color: #241917; - max-width: 25rem; - top: 50%; - left: 50%; - transform: none; - margin-left: -15vw; - margin-top: -12vh; + width: 35rem; + top: 30%; } @media only screen and (max-width: 625px) { .center-text { left: 15px; right: 15px; - top: 40%; margin-left: 0; margin-top: 0; max-width: 100vw; @@ -96,8 +91,7 @@ body, font-size: 12px !important; background-color: #241917; color: #fff; - border-radius: 2px; - border: 2px solid #f3bbae; + border: 4px solid #f3bbae92; padding: 5px; } @@ -106,13 +100,13 @@ body, color: #241917; } -#linksTab, #contactTab, #aboutTab { +#linksTab, #contactTab, #dashTab { display: none; } #tab-links:checked ~ #linksTab, #tab-contact:checked ~ #contactTab, -#tab-about:checked ~ #aboutTab { +#tab-dash:checked ~ #dashTab { display: block; } @@ -136,13 +130,14 @@ body, .visible { z-index: 0; + position: absolute; + right: 0; } - -ul.alt-bullet { +ul { list-style-type: none; } -ul.alt-bullet li::before { +ul li::before { content: "-"; display: inline-block; width: 1em; @@ -168,8 +163,7 @@ ul.alt-bullet li::before { padding-right: 10px; background-color: #241917; color: #fff; - border-radius: 2px; - border: 2px solid #f3bbae; + border: 4px solid #f3bbae92; } .modal[open] .modal__toggle::before { content: '✖'; @@ -203,7 +197,7 @@ ul.alt-bullet li::before { z-index: 3; } .modal__body { - border: 2px solid #f3bbae92; + border: 4px solid #f3bbae92; background: rgba(36, 25, 23, 1); color: #f3bbae; font-size: 1.6rem; @@ -233,11 +227,15 @@ ul.alt-bullet li::before { font-size: 12px !important; background-color: #241917; color: #fff; - border-radius: 2px; - border: 2px solid #f3bbae; + border: 4px solid #f3bbae92; padding: 5px; } .links { padding-left: 0.85rem; +} + +.dashboard { + display: flex; + flex-direction: row; } \ No newline at end of file