Answers for "html and css comments"

7

comment css

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

Add a comment in css

/* Use the "/*" at the start and swap them at the end of your comment! Put your string into the argument.*/
Posted by: Guest on March-27-2021

Browse Popular Code Answers by Language