From 8a4854098704e2e5a6b60f767e9a8f1adea9239d Mon Sep 17 00:00:00 2001 From: Abhishek Rout <64718836+Abhishek-Rout@users.noreply.github.com> Date: Tue, 28 May 2024 00:12:33 +0530 Subject: [PATCH] Update style.css --- Menu/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Menu/style.css b/Menu/style.css index 7f6601e..4feda72 100644 --- a/Menu/style.css +++ b/Menu/style.css @@ -5,6 +5,8 @@ padding: 0; box-sizing: border-box; font-family: 'Poppins',sans-serif; +} +body { background: url(img/bg.jpg); background-attachment: fixed; background-position: right;