
Brandon T. answered 05/31/19
Tutor
5.0
(42)
Web Developer with 2 years of experience
Comments in CSS are denoted with a slash-star:
<style>
.myClass {
background: red;
/* TODO: Add hover box */
position: relative;
/* this is another comment */
float: left;
}
</style>