diff --git a/css/base.css b/css/base.css index 17abaf7..cf9c308 100644 --- a/css/base.css +++ b/css/base.css @@ -11,6 +11,9 @@ src: url(../assets/fonts/segoesc.ttf); } +/* Basic Font */ +/* font-family: Courier New */ + :root { --primary-bg-color: black; /* global scope */ --accent-violet: #8800FF; @@ -50,6 +53,7 @@ main h1 { font-size: clamp(4em, 14vw, 8em); margin-top: 5%; max-width: 1400px; + font-size: 8em; } main h2 { @@ -138,6 +142,22 @@ main > img { object-fit: scale-down; } +main > .sticker { + background: none; + z-index: 0; +} + +main > *.draggable:not(.sticker) { + + &:not(h2) { + width: 100%; + } + + &:not(h1):not(h2):hover { + animation: none; + } +} + .btn-nice { color: #FFFFFF; text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet); @@ -154,6 +174,7 @@ main > img { float: left; margin-left: 10%; line-height: 0.8em; + font-size: 0.9em; } #interhack { @@ -161,4 +182,5 @@ main > img { color: var(--accent-yellow); margin-right: 10%; line-height: 0.5em; + margin-top: -0.4em; } diff --git a/guide.template.html b/guide.template.html index 2fa24c3..c25a7fc 100644 --- a/guide.template.html +++ b/guide.template.html @@ -27,20 +27,20 @@ BISOUS
- - - - + + + + - - - - + + + + - - - - + + + +

camp