From 2ed358f886d1d78efbff3704c3d44cb75bfafdeb Mon Sep 17 00:00:00 2001 From: Yash Date: Sun, 11 Feb 2024 10:43:15 +0530 Subject: [PATCH] Update unique.html --- Classification/unique.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Classification/unique.html b/Classification/unique.html index dbdedd5..52eb683 100644 --- a/Classification/unique.html +++ b/Classification/unique.html @@ -17,8 +17,10 @@ -moz-osx-font-smoothing: grayscale; margin: 0; letter-spacing: 0.05em; - background: url('../images/lightblue bg.jpg') no-repeat fixed center; + background-image: url('../images/lightblue bg.jpg'); background-size: cover; + background-attachment: fixed; /* Fixed background */ + } * {