In regards to step 79 where I am asked to add a comment with the text FOOTER. Can I please get some kind of clearance on how to do that?

.price {
text-align: right;
width: 25%
}

<–FOOTER–>

This was the one I tried adding to the code but it is not working.

Hi @ariyofreeman ,

This is not how you add a comment in CSS :

<!--this is comment in HTML-->
/* this is comment in CSS */

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.