How do I add a comment into the CSS code?

  • Whitegates
    Asked on September 20, 2017 at 7:50 AM

    Hi how do i add a comment into the css code ?

    Thanks

  • John_Benson
    Replied on September 20, 2017 at 10:14 AM

    If you want to add a comment into the CSS code, you just add the

    /* insert message here */

    Here's an example:

    .form-all {

    border: 10px !important /* black border hello page */

    }

    Please try it and let us know how it goes. Thank you.