Answers for "css add comment"

CSS
19

comments in css

/*comment here*/
Posted by: Guest on September-10-2020
10

css add comment

/* This is a comment for heading styles */
h1 {
  color: red;
}
Posted by: Guest on March-07-2021
17

css comment tag

/* a comment in css */
Posted by: Guest on April-26-2020
7

comment css

// Do some stuff {}
.foo { animation: bar 1s infinite; }
/* Success! */
Posted by: Guest on March-16-2020
27

comments in css

/* This text is commented in CSS :) */
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language