1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* * Comment 1 */ #header { /* * Comment 2 */ color: red; } @media only screen and (max-width: 600px) { /* * Comment 3 */ body { background-color: lightblue; /* Comment 4 */ color: red; /* Comment 5 */ } }