diff --git a/style.css b/style.css index 9661774..1ec7b7f 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,9 @@ /* Body styles */ body { background-color: #f9f9f9; - background: #f5f5f5 url("assets/background.jpg") no-repeat center fixed; + background: #f5f5f5 url("assets/background.jpg"); + background-repeat: no-repeat; + background-size: cover; display: flex; flex-direction: column; align-items: center;