diff --git a/assets/main.scss b/assets/main.scss index 8c1712f..7abca0d 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -74,6 +74,7 @@ h1 { width: calc(100% - 20px); // display: block; position: absolute; + z-index: 0; opacity: 1; transition: opacity 2.5s ease-in-out; @@ -81,6 +82,31 @@ h1 { opacity: 0; } } + + .dots { + position: absolute; + width: 95%; + z-index: 1; + left: 0; + bottom: 10%; + display: flex; + justify-content: end; + + .dot { + width: 10px; + height: 10px; + margin: 0 10px 0 0; + border-radius: 5px; + + background-color: #eee; + border: 1.5px solid #444; + + &.active { + background-color: #444; + border: 1.5px solid #ccc; + } + } + } } > .nav { diff --git a/themes/tsc_vfl/layouts/partials/page/header.html b/themes/tsc_vfl/layouts/partials/page/header.html index 45f415c..70c70fa 100644 --- a/themes/tsc_vfl/layouts/partials/page/header.html +++ b/themes/tsc_vfl/layouts/partials/page/header.html @@ -14,6 +14,14 @@ +
+
+
+
+
+
+
+