* { font-family: cursive; } body{ } nav{ top: 0; left: 0; position: fixed; display: flex; align-items: center; justify-content: space-around; background: linear-gradient(45deg,orange 35%,darkred); width: 100%; } nav:hover{ background: linear-gradient(45deg,orange ,darkred); } #icone{ height: 10vh; width: 10vw; } li{ display: inline-block; } p{ font-size: 30px; } .page{ list-style-type: none; text-decoration: none; color: black; margin-right: 10vh; font-size: 2vh; } .page:hover{ color: gold; } footer{ background-color: black; }