summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-20 10:35:29 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-20 10:35:29 -0400
commitb2f9eccdd70af1123d10d3d6e70576af46002af2 (patch)
tree28ac01331329ef2fd0095b724c3818a12bbb743e /style.css
parent6bb3cd1c923fd37ab15501f5bb089c107e5f341c (diff)
Remove banner
Diffstat (limited to 'style.css')
-rw-r--r--style.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/style.css b/style.css
index 82a09f5..6c77a0c 100644
--- a/style.css
+++ b/style.css
@@ -79,37 +79,3 @@ body {
filter: drop-shadow(2px 2px 5px gray);
box-shadow: 2px 2px 5px gray;
}
-
-
-* {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
-}
-
-.banner {
- position: fixed;
- width: 100%;
- color: white;
- text-align: center;
- font-weight: bold;
- line-height: 16px;
- font-size: 12px;
- z-index: 100;
-}
-
-.top-banner {
- top: 0;
- background-color: #008000;
-}
-
-.bottom-banner {
- bottom: 0;
- background-color: #008000;
-}
-
-.content {
- padding: 20px;
- max-width: 800px;
- margin: auto;
-}