CSS

Selectors

Applies to all elements.

*{}

Applies to a class=”class1″ attribute in a tag

 .class1{}

Applies to an id=”myid” attribute in a tag

 #myid{}

Leave a Reply

You must be logged in to post a comment.