Jump to content

Getting All Selectors


Hemlock

Recommended Posts

You can use * to assign a blanket attribute to everything, or set it to the body which will cause certain properties to be inherited all the way down through the document.

Link to comment
Share on other sites

If you want to refer to all the tags of one kind, just write the tag name without any other symbols next to it, like this:

table { border: 5px solid black; }div { padding: 10px; }

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...