From 7a98f7ff4965be0faac8c2154a4f31c317ae2152 Mon Sep 17 00:00:00 2001 From: Mahnoor Afteb Date: Mon, 4 May 2020 00:19:26 -0400 Subject: [PATCH] Update bubble.css --- css/bubble.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/bubble.css b/css/bubble.css index 40e5db4..c07b7f7 100644 --- a/css/bubble.css +++ b/css/bubble.css @@ -10,7 +10,8 @@ body, html { .bg-image{ background-image: url("../img/aquarium.jpg"); background-repeat: no-repeat; - background-position: auto; + background-position: center; + background-size: cover; min-height: 100%; position: relative; background-color: #000851;