Design comparison
SolutionDesign
Solution retrospective
Tengo problema para poner el texto dentro del circulo tal cual lo muestra la imagen. Espero y agradezco sus comentarios
Community feedback
- @hitmorecodePosted over 1 year ago
You can do this
<div class="reaction"> <svg> <p>Reaction</p> <p>70 / <span>100</span></p> </div>
.reaction { display: flex; justify-content: space-between; align-items: center; }
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord