CRLF.css 265 B

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