Generation

css from descriptionTue, 28 Feb 2023

redondear los bordes de un cuadrado y darle un relleno de color rojo

.container { width: 100px; height: 100px; border-radius: 50%; background-color: red; padding: 10px; }

Questions about programming?Chat with your personal AI assistant