Understanding the CSS selectors

The ability to add CSS selectors — Type, Classes and ID — to an element is an important tool to utilize. These are configured in the Styles pane at the top.

Apply Styles Control

A selector ‘binds’ an element or group of elements to design rules defined in the Styles pane. Style definitions are related to selectors and the top part of the style section is used to manage exactly that.

  • Enter default styles to the Type.
  • Use a Class name so that common items share the same styles.
  • Give a unique ID name for an individual element with a one-time unique variation.

Contents in this chapter