Design comparison
Community feedback
- @RafisEliasPosted over 2 years ago
Vi que você é brasileira então vou escrever em português para facilitar para mim. vi que para fazer o accordion você usou as tags <h2> e <button> você poderia trocar eles pelas tags <label> e <input type='checkbox'> e usar a pseudo-classe :checked assim você mudaria o font-weight apenas para os que foram selecionados, outra coisa quando você for usar position: absolute sempre lembre de colocar o position:relative na classe pai para evitar que o componente sai voando para fora dele. No mais ficou tudo muito bom logo logo você vai estar voando, caso precise de mais alguma coisa é só perguntar.
Feedback in english: I saw that to make the accordion you used the <h2> and <button> tags you could change them to the <label> and <input type='checkbox'> tags and use the :checked pseudo-class so you would change the font-weight just for the ones that were selected, another thing when you use position: absolute always remember to put the position:relative in the parent class to prevent the component from flying out of it. Otherwise everything was very good soon you will be flying, if you need anything else just ask.
0@AylanaQueirozPosted over 2 years ago@RafisElias Muito obrigada pelo feedback!! Vou refazer usando as dicas que você me deu, será ótimo pra exercitar! mais uma vez, brigada!!
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