Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #465639

    Hi,

    I want to ask a question. For some changes as far as I understood we add some CSS codes inside the Quick CSS box. When the needed codes are increasing, they are simply confusing me. In this case, in order the codes to be clearer it is a good idea to add some comments or explanations I guess. How can we do that? I do not have the knowledge in this field.

    A CSS comment starts with /* and ends with */

    In the light of the info ( from the internet: http://www.w3schools.com ) above , is it like the example below?

    Comment: This will delete the Card icon

    1-) / This will delete the Card icon /

    or

    2-) /* This will delete the Card icon */

    Could you please tell me? Which one is it?

    Thanks

    #465815

    Hey ilkbaharkunduzu!

    Comments in CSS looks like this:

    /* code inside of this is commented out */
    
    /*
    *
    * Long comment which can be good for keeping track of where you are in Quick CSS
    *
    */

    Best regards,
    Rikard

    #527176

    Rikard,

    Thank you for answer. I actually though that I have written a thank you note but there is not any reply. :) Sorry for the delayed reply. I have just noticed.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Comments inside "Quick CSS"’ is closed to new replies.