Generation

css from descriptionSun, 20 Nov 2022

circle with radius 50% width shadow 5px black

.container { width: 100px; height: 100px; border-radius: 50%; box-shadow: 5px 5px black; }

Want to kickstart your project?Use the new AI Studio to create your code