Next challenge completed! I struggled a bit with styling the radio buttons but in the end it came out quite nice I think :) I disabled button when no rate is selected as it felt right thing to do :)
Any feedback will be more than appreciated :)
Next challenge completed! I struggled a bit with styling the radio buttons but in the end it came out quite nice I think :) I disabled button when no rate is selected as it felt right thing to do :)
Any feedback will be more than appreciated :)
Hello, good solution, and a good idea to use radio button, I used divs and added the onclick method which made it a little difficult to select an option and make the other one that is already selected change the style to normal but it worked kk, I didn't block the button, I imagined it as if the rating was 0 without any option selected, but I really liked your code, especially the radio button that facilitates dms in js
Aligning the entire content to the center. Even after using justify-content:center and alignment. So I had to use positioning to move it virtically to the center after using margin 0 auto(this worked).
Opa, bom solução parabéns pela iniciativa, Acredito que a centralização não tenha dado certo porque o body esta ocupando apenas o tamanho vertical do conteúdo que esta dentro dele, pra resolver isso basta: body{ height: 100vh; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
isso faz o conteúdo que esta dentro do body ficar centralizado na tela verticalmente. qual duvida so responder que se eu puder ajudarei.
Boa solução. Só em mobile que ficou um pouco diferente por não ter usado o @media apenas com max-width: 769px e o máximo pra mobile é de max-width: 375px que esta no projeto, podendo utilizar mais alguns @media para definição de mais estilos em resolução para o mobile, mas ficou muito boa solução parabéns pela iniciativa.