From 9d962ef2dc437783dcd853b3068ba66578e62e9d Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Fri, 15 Dec 2023 00:38:26 +0300 Subject: [PATCH] added responsive design --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 8d8bf92c..134d345c 100644 --- a/style.css +++ b/style.css @@ -539,8 +539,9 @@ p { @media (max-width: 720px) { body { background-image: url("https://wallpaperaccess.com/full/433561.jpg"); - background-size: auto 100%; - background-position: top center; - background-repeat: repeat; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + background-attachment: scroll; } }