diff --git a/index.html b/index.html index 4956437..ab16396 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ -
David Portrait
diff --git a/main.css b/main.css index e542cf6..77e8860 100644 --- a/main.css +++ b/main.css @@ -36,6 +36,16 @@ } } +html { + height: 100%; +} +body { + background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); + background-size: 6.7cm 100%; + background-position: top left; + background-repeat: no-repeat; +} + * { margin: 0; padding: 0; @@ -48,13 +58,6 @@ print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */ } -#left-panel { - float: left; - width: 6.7cm; - height: 29.7cm; - background: rgb(185,205,229); -} - #right-panel { margin-left: 6.7cm; padding: 2.5cm 1cm;