Inicio
Proyectos
Tags
Estadísticas
Shoes
Developer
Cristhofer
Andana
Designer
Crear un circulo en CSS
css
diciembre 18, 2023
Crear un circulo en CSS:
.circle
{
width
:
2
rem
;
aspect-ratio
:
1
/
1
;
border-radius
:
50
%
;
}