From 92ee165156da726a54610485a06ceb0d5fe4df23 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 12 Jun 2021 15:24:29 -0700 Subject: [PATCH] pull background from imgur --- css/index.css | 29 ++--------------------------- index.html | 4 ++-- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/css/index.css b/css/index.css index 086019c..0e13de4 100644 --- a/css/index.css +++ b/css/index.css @@ -9,25 +9,9 @@ html { min-width: 100px; } -div.page-background { - background-color: red; - width:100px; -} -div.page-header { - background-color: orange; -} -div.page-main { - background-color: yellow; -} -div.page-secondary { - background-color: green; -} -div.page-bottom { - background-color: blue; -} - .main-background-1 { - background-image: url('../data/greyscale_banner.gif'); + /* background-image: url('https://i.imgur.com/S7p301A.gifv'); */ + background-image: url('../data/greyscale_banner_small.gif') min-height: 1000px; background-attachment: fixed; background-position: center; @@ -35,15 +19,6 @@ div.page-bottom { background-size: cover; } -.main-background-2 { - background-image: url('../data/rlfloss.gif'); - min-height: 500px; - background-attachment: fixed; - background-position: center; - background-repeat: no-repeat; - background-size: cover; -} - div.aboutme { height: inherit; width: inherit; diff --git a/index.html b/index.html index e29e39e..0e529ac 100755 --- a/index.html +++ b/index.html @@ -8,12 +8,12 @@ -
+

Who Am I?