ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; height: auto; min-width: 600px; position: absolute; top: 5%; font-size: 25px; text-shadow: 2px 2px 5px #c41d1d; font-family: Bradley Hand, cursive; box-shadow: 30px 30px 35px black; } li { float: left; border-right:1px solid #bbbbbb; } li:last-child { border-right: none; } li a, #turnTotal, #turnPlayer, #scoreCounter, #scoreO, #scoreX, #highScore { display: block; color: white; text-align: center; padding: 12px 14px; text-decoration: none; } li a:hover:not(.active) { background-color: #111; } .active { background-color: #4CAF50; } #gameTable{ position: absolute; transform: translate(-50%, -50%); left: 50%; top: 55%; font-family: Brush Script MT; font-weight: 600; background-image: url("muster.jpg"); background-size: 800px; box-shadow: 30px 30px 35px black; } .game{ border: solid black 0.1rem; border-collapse: collapse; font-size: 3rem; text-shadow: 2px 2px 5px #c41d1d; opacity: 0.9; } .fields{ width: 4rem; height: 4rem; } body{ text-align: center; justify-content: center; background-color: #585858; display: flex; flex-direction: row; justify-content: center; background-image: url("hintergrund.jpg"); background-size: 1000px; }