CSS Battle Royale
← cssbr / match / d9948a22
wynik pojedynku16.05.2026, 21:11:00

zenekmartyniuk vs cwel123

target: Trzy kwadraty · easy

target do odtworzenia
Trzy kwadraty
[A] zenekmartyniuk
brak submission
[B] cwel123
forfeit · focus_lost
Gracz nie zdążył zsubmitować.
zwycięzca
zenekmartyniuk
Wygrana przez forfeit (focus_lost).
kod: optimal solution (autor targetu) (364 znaków)
<!DOCTYPE html>
<html>
<head>
<style>
  body {
    margin: 0;
    width: 400px;
    height: 300px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  div {
    width: 80px;
    height: 80px;
    background: #000;
  }
</style>
</head>
<body>
  <div></div>
  <div></div>
  <div></div>
</body>
</html>
> zagraj swój pojedynek