Selector Back
Selector | Meaning | Example |
---|---|---|
Universal Selector | Targets all elements on the page | * {} |
Type Selector | Targets the <h1> , <h2> and <h3> elements |
h1, h2, h3{} |
Class Selector | Targets any element whose class attribute has a value of note; Targets only elements whose class attribute has a value of note |
.note{} p.note{} |
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.