can someone tell how i can give color to ratenum class after click on it ....
Patricia
@PatixiAll comments
- @sumaira10041Submitted about 1 year ago@PatixiPosted about 1 year ago
Hello! I did this challenge some days ago and i had the same problem, and it is because you are using :focus with a div, and it only works with an input, botton, etc,. I used bottons for the numbers.
Marked as helpful0 - @lavil014Submitted about 1 year ago
Hello team , I am sharing my most recent solution to the results summary challenge. I am looking to waiting for you feedback on my responsive design and media query.
Happy coding
@PatixiPosted about 1 year agoHello Luis!! I did this challenge also, so i can give you some suggestions about the code. I saw you put the same style for every "li" tag, so i suggest you can put the same class in html, so you just have to write the style one time and then give to each one a second class for the color and background. Also, you can use " :hover" on the button so it can change the style when you put the mouse on it.
I hope it can help. Keep coding!!
Marked as helpful0