STEAM DECK

Vos jeux, partout avec vous

------------------------------ body { margin: auto; background-color: #070707; } #logo img { height: 60px; margin-left: 60px; transition: filter 2s ease-in-out; } #logo img:hover { filter: hue-rotate(90deg); } nav { display: flex; padding: 10px; align-items: center; background-color:white; } ul { list-style-type: none; } #more { color: rgb(27, 27, 27); text-decoration: none; font-family: "Noto Sans", serif; font-size: 1rem; font-weight: bold; margin-right: 60px; transition: color 0.5s ease-in-out; } #more:hover { color: rgb(250, 81, 134); } .links { display: flex; align-items: center; justify-content: flex-end; flex-grow: 1; } a { text-decoration: none; }