Inactive Tutor answered 05/31/19
Tutor
New to Wyzant
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>