From 14eb4f6b6e7a68836ac9a65fa9215e8a34eb6ca6 Mon Sep 17 00:00:00 2001 From: Lotte90 Date: Tue, 6 Feb 2024 14:33:35 +0100 Subject: [PATCH] fixed background img position --- index.html | 10 ++++++++++ src/styles.css | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/index.html b/index.html index 734abca..a66da0f 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,16 @@ +
+
+
+
+ Per maggiori informazioni scrivi a info@agroteca.eu +
+
+
+
diff --git a/src/styles.css b/src/styles.css index 37118ce..14d5aa6 100644 --- a/src/styles.css +++ b/src/styles.css @@ -116,6 +116,11 @@ a { .content { background-image: url(image2.jpg); + position: absolute; + top: 0%; + bottom: 0%; + left: 0%; + right: 0%; } .homepage-header {