From 1e9bd68f6bd4c0239df233f8464ce27d720fdbaf Mon Sep 17 00:00:00 2001 From: T0mix1608 Date: Mon, 22 Jul 2024 21:17:36 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index babd2a1..d1721fa 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,10 @@ align-items: center; height: 100vh; text-align: center; + background-image: url('https://i.imgur.com/ufPFpbu.png'); + background-size: cover; + background-position: center; + background-attachment: fixed; } .container { background-color: beige;