diff --git a/index-v2.html b/index-v2.html index 4785ee8..a488c1f 100644 --- a/index-v2.html +++ b/index-v2.html @@ -1,12 +1,12 @@ - + Samuel Philipp - + @@ -20,6 +20,7 @@ } .image { + display: block; background-repeat: no-repeat; background-position: center center; /*background-attachment: fixed;*/ @@ -39,6 +40,27 @@ #topper-image { background-image: url('img/samuel-philipp_v2-overlay.png'); } + + .headers { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + /*justify-content: stretch;*/ + align-items: stretch; + /*align-content: stretch;*/ + } + + .headers .codes { + flex-grow: 1; + } + + .headers .magic { + flex-grow: 1.8; + }