From bc1e6acba549cc73f7201e55854d267f6f2e619a Mon Sep 17 00:00:00 2001 From: samuel-p Date: Tue, 9 Oct 2018 22:51:43 +0200 Subject: [PATCH] updated v2 test version: added links via svg --- index-v2.html | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) 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; + }