DADADADAD
Data utworzenia: 12-11-2024 07:35:30
*{ box-sizing: border-box; margin: 0; padding: 0; } body{ font-size: 2rem; background-color: #8f888e; } .container{ position: absolute; top: 100px; background-color: #05ff22; } .I { position: relative; height: 100px; width: 100px; background-color: #fb0a0a; } .II{ position: relative; height: 100px; width: 100px; background-color: #111; }