From 790d68373c065dd25a7b0a0483b6d0f17ef39032 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Mon, 6 Dec 2021 20:04:48 -0700 Subject: [PATCH] more easter egg work --- css/custom.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/css/custom.css b/css/custom.css index c38d9e0..475c157 100644 --- a/css/custom.css +++ b/css/custom.css @@ -38,19 +38,27 @@ footer { /* width: 100vw; */ padding: 0; margin: 0; - margin-top: 100vh; - background-color: black; + + height: 700vh; + background: linear-gradient( + 0deg, + rgba(0, 0, 0, 1) 0%, + rgba(2, 0, 36, 1) 20%, + rgba(9, 9, 121, 1) 35%, + rgba(0, 212, 255, 0.21614583333333337) 50%, + rgba(255, 255, 255, 0.216) 100% + ); } footer > div { + /* background-color: black; */ + padding-top: 620vh; display: table-cell; - margin: 0 auto; - vertical-align: middle; - height: 100vh; vertical-align: middle; + width: 100vw; + max-width: 100%; } footer > div > p { text-align: center; - width: 100vw; }