THE UNKNOW

HERO 2

HERO 2

HERO 2

.section { display: flex; flex-direction: column; justify-content: flex-end; /* antes: bottom */ align-items: flex-end; /* antes: bottom */ height: 100vh; width: 100vw; text-align: right; font-size: 6rem; overflow: hidden; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }
function toggleCustomMenu() { var menu = document.getElementById("customSideMenu"); menu.classList.toggle("open"); }
Scroll al inicio