0

Can anyone tell what is the error

Please https://code.sololearn.com/WhlBH0hKXEfv/?ref=app

24th Mar 2023, 1:59 AM
CRICKET INFORMATION
CRICKET INFORMATION - avatar
4 Answers
+ 4
The error is that your code is missing. :) You never defined in Javascript, what the changeColor function is supposed to do, but you reference it in the HTML event handlers.
24th Mar 2023, 4:57 AM
Tibor Santa
Tibor Santa - avatar
+ 1
You've didn't written css and js code.
24th Mar 2023, 9:00 AM
Ꭺɴᴋɪᴛ
Ꭺɴᴋɪᴛ - avatar
0
You need to style your button tags, use button selector in the css tab
24th Mar 2023, 3:44 PM
William Mabotja
William Mabotja - avatar
0
Try, button { width: 20%; height: 5vh; }
24th Mar 2023, 3:45 PM
William Mabotja
William Mabotja - avatar