
WebmasterKing
Kappa
Verificación en dos pasos activada
Verificado por Binance
¡Usuario popular!
Hola amigos!!
Tengo este codigo:
HTML:
<div class="circulo">
<h2>22 </h2>
</div>
CSS:
.circulo {
width: 5rem;
height: 5rem;
border-radius: 50%;
background: red;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin:0px auto;
padding:3%
}
.circulo > h2 {
font-family: sans-serif;
color: white;
font-size: 1.4rem;
font-weight: bold;
}
Y quiero hacerlo igual que esta imagen:
ALGUIEN DEL FORO ME HECHA UNA MANO?
Tengo este codigo:
HTML:
<div class="circulo">
<h2>22 </h2>
</div>
CSS:
.circulo {
width: 5rem;
height: 5rem;
border-radius: 50%;
background: red;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin:0px auto;
padding:3%
}
.circulo > h2 {
font-family: sans-serif;
color: white;
font-size: 1.4rem;
font-weight: bold;
}
Y quiero hacerlo igual que esta imagen:
ALGUIEN DEL FORO ME HECHA UNA MANO?