diff --git a/public/css/style.css b/public/css/style.css index bda4004..f2a9903 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -7,7 +7,8 @@ body{ background: rgb(182,151,255); background: linear-gradient(180deg, rgba(182,151,255,1) 0%, rgba(113,63,230,1) 100%); - height:100vh + height:100vh; + background-attachment: fixed; } .navbarrr{ background: rgb(38,9,108);