htmlllll
Data utworzenia: 04-11-2024 10:50:40
*{ margin: 0; padding: 0; box-sizing: border-box } body{ font-family: "Lato", sans-serif; font-weight: 100; font-style: normal; background-color: #222; } .container{ display: flex; } .box{ width: 200px; height: 200px; border: 2px solid white; box-shadow: 2px 2px 15px white; margin: 20px 5px; }