cascasga
Data utworzenia: 18-11-2024 10:13:07
* { margin: 0; padding: 0; box-sizing: border-box; } .box1 { width: 400px; height: 400px; background-color: gold; } .circle { width: 300px; height: 300px; border-radius: 50%; background-color: brown; } .box2 { max-width: 800px; min-width: 500px; width: 100%; height: 200px; background-color: lime; }