From 1c50d3bbe7e11ab6bb81a97e0d6e30bb30af5655 Mon Sep 17 00:00:00 2001 From: Xaloc Date: Fri, 7 Jul 2023 15:23:09 +0200 Subject: [PATCH] change bg to cover and add more top margin to panel --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 36c978c..156569c 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,9 @@ html { } body { background-image: url("bg.jpg"); + background-repeat: no-repeat; + background-position: center; + background-size: cover; height: 100%; margin: 0; padding: 0; @@ -14,9 +17,10 @@ body { .panel { height: 60%; + min-height: 192px; margin-left: 15%; margin-right: 15%; - margin-top: 15%; + margin-top: 20%; font-size: 15px; text-align: center; text-decoration: none;