I made design with html and css as i want. But i could not print values that i wanted to get from radio buttons as 1,2,3,4,5. I am waiting your helps. Thank you.
Mario Andrés Rosero Saza
@mario994All comments
- @vedatsozenSubmitted over 2 years ago@mario994Posted over 2 years ago
Hi, I do a pull request to your project.
0 - @kowai-onigiriSubmitted over 2 years ago
The one issue I would like to continue working on is making sure that the user can only choose one rating (only one number button click will be logged and passed into the display number.
@mario994Posted over 2 years agoHi, I start a new pull request to your project.
Marked as helpful0 - @mario994Submitted about 3 years ago
Hi, this is my soluction for my firts challenge, any feedback obout my code is welcome.
@mario994Posted about 3 years agoNew link here: https://mario994.github.io/Tarjeta-orden-de-pedido/
0 - @paolas771Submitted about 3 years ago
My first challenge. Any tips on resizing elements so it still looks good when shrinking other than having to fix it at every screen size. Any other feedback on my coding is appreciated!
@mario994Posted about 3 years agoHi, the design is pretty acurrate, but the responsive is broken, try to do the next step to fix it.
change this part in your CSS
.container{
width: 400px;
}
also add this.
.contButton button{
cursor:pointer;
}
Marked as helpful0