From 8d1cd9028bf579e31364ef950567c77c051a7b90 Mon Sep 17 00:00:00 2001 From: mpax235 Date: Sat, 5 Oct 2024 16:17:14 -0700 Subject: [PATCH] commit --- css/js-disabled.css | 37 +++++++++++++++++++++++++++++++++++++ index.html | 5 +++++ 2 files changed, 42 insertions(+) create mode 100644 css/js-disabled.css diff --git a/css/js-disabled.css b/css/js-disabled.css new file mode 100644 index 0000000..ea2ee95 --- /dev/null +++ b/css/js-disabled.css @@ -0,0 +1,37 @@ +body::before { + content: ''; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.4); + z-index: -1; +} + +body { + background-image: url('../images/Bikinibottom.jpg'); + background-color: aqua; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + margin: 0; + padding: 0; + font-family: 'Comic Sans MS', sans-serif; + min-height: 100vh; + min-width: 100vw; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + position: relative; + color: white; +} + +h1 { + text-align: center; + color: rgb(218, 203, 3); + font-size: 42px; + margin-top: -70px; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); +} \ No newline at end of file diff --git a/index.html b/index.html index e65a3d5..a7e8eb4 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,11 @@ +

Freakybob