diff --git a/css/base.css b/css/base.css index 77f9ec7..5fef34d 100644 --- a/css/base.css +++ b/css/base.css @@ -47,7 +47,7 @@ main { main h1, main h2, main h3 { font-family: MonTrappist; color: white; - z-index: 20; + z-index: 2; } main h1 { @@ -90,7 +90,6 @@ main p { } section { - position: relative ; max-width: 1400px; font-size: 2em; text-align:justify; @@ -98,7 +97,7 @@ section { margin-bottom: 100px; padding: 2%; padding-left: 0px; - z-index: 1000; + z-index: 1; box-shadow: -5px 5px 0px var(--accent-yellow), -10px 10px 0px var(--accent-orange), -15px 15px 0px var(--accent-violet); } @@ -165,17 +164,6 @@ main > *.draggable:not(.sticker) { } } -.btn-nice { - color: #FFFFFF; - text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet); - color: var(--accent-yellow); - font-size: 1.2em; - text-align: center; - margin: auto; - position: relative; - display: block; -} - #camp { font-family: segoesc; float: left; diff --git a/css/drag.css b/css/drag.css index 766e9a1..a0ad629 100644 --- a/css/drag.css +++ b/css/drag.css @@ -4,7 +4,6 @@ main img.draggable { max-width: 200px; max-height: 200px; position: absolute; - z-index: 1; } @@ -13,7 +12,7 @@ main img.draggable { position: relative; width: fit-content; user-select: none; - z-index: 1; + z-index: 10; filter: drop-shadow(5px 3px 2px #000000b7); } diff --git a/guide.template.html b/guide.template.html index 2316c3d..33a7b30 100644 --- a/guide.template.html +++ b/guide.template.html @@ -16,7 +16,6 @@ BISOUS -