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;