From 99898ff4c6a64619cbc8ec0b551886608606d3c7 Mon Sep 17 00:00:00 2001 From: flan Date: Tue, 26 Sep 2023 18:44:36 -0400 Subject: [PATCH] working --- index.html | 2 +- style.css | 5 +++-- tags | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f6573d5..2c28876 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + diff --git a/style.css b/style.css index d27c688..cbea588 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ - body { - background: url('images/city.jpg'); +body { + background-image: url('images/city.jpg'); + background-size: cover; } .hydrant { position: static; diff --git a/tags b/tags index 7244188..3d6c14b 100644 --- a/tags +++ b/tags @@ -38,4 +38,4 @@ !_TAG_ROLE_DESCRIPTION!HTML!script extFile /referenced as external files/ !_TAG_ROLE_DESCRIPTION!HTML!stylesheet extFile /referenced as external files/ .hydrant style.css /^.hydrant {$/;" c -body style.css /^ body {$/;" s +body style.css /^body {$/;" s