Learning course: Learn HTML / CSS
Problem Link: CodeChef: Practical coding for everyone
There was an error on the line 23 of html file where you should have keep class=“section1” but you kept id =“section”.
The task is to change the color of section using its class selector but there is id selector.