Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 12:21
Show Gist options
  • Save wpweb101/68268e11b77e273c543076706b55be2f to your computer and use it in GitHub Desktop.
Save wpweb101/68268e11b77e273c543076706b55be2f to your computer and use it in GitHub Desktop.
Right CSS Comments
/* This is a single-line comment */
p {
color: red;
}
p {
color: red; /* Example for inline comment */
}
/* This is
a multi-line
comment */
p {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment