karol cwel
Data utworzenia: 12-11-2024 08:34:15
.container1{ position: relative; } .box{ border-radius: 50%; } .b1{ position: absolute; height: 500px; width: 500px; background-color: aqua; top: 200px; left: 200px; } .b2{ position: absolute; height: 400px; width: 400px; background-color: blue; top: 250px; left: 250px; } .b3{ position: absolute; height: 300px; width: 300px; background-color: blueviolet; top: 300px; left: 300px; } .b4{ position: absolute; height: 200px; width: 200px; background-color: chartreuse; top: 350px; left: 350px; } .b5{ position: absolute; height: 100px; width: 100px; background-color: darkgoldenrod; top: 400px; left: 400px; }