Spaces:
Running
Running
| .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 ... */ | |