Latest solutions
Latest comments
- @sumaira10041@Patixi
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 helpful - @lavil014@Patixi
Hello 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 helpful