Skip to content

Commit

Permalink
Update unique.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yashchitroda committed Feb 11, 2024
1 parent 56ef98b commit 2ed358f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Classification/unique.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

}

* {
Expand Down

0 comments on commit 2ed358f

Please sign in to comment.