pokedex-web / frontend /src /components /StatsRadar.module.css
gpimentel's picture
feat: initialize Pokedex Web project with FastAPI backend and React frontend
f2bfbb5
Raw
History Blame Contribute Delete
171 Bytes
.container {
display: flex;
justify-content: center;
align-items: center;
margin: 1rem 0;
}
.canvas {
filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}