Interface_Allixa / style.css
DHEIVER's picture
Update style.css
31fd3eb verified
raw
history blame contribute delete
418 Bytes
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #222;
}
.circle {
width: 300px;
height: 300px;
border-radius: 50%;
border: 10px solid #00ffff;
position: relative;
}
.hexagon {
width: 50px;
height: 28.87px;
background-color: #333;
position: absolute;
}
/* ... outros estilos para os hexágonos ... */