Selectors. In this submodule, we will learn how to use CSS selectors to "find" and select HTML elements based on their name, id and class. We also learn to apply CSS rules to multiple classes and to specific content in a list.
Pseudo-classes. Pseudo-classes are classes with some kind of “intelligence”. They change the appearance of the elements based on the different mouse events (onmouse over). In this submodule and we will learn how to use Pseudo-classes to apply different style at active, visited and unvisited states of links.
Display properties. The display property is used to define how elements would appear on the page. The most common values for display are inline and block. In this submodule and we will learn how the display properties can be used to style a navigation bar.
Navigation bar. We have already created a Navigation bar and we have applied icons to it. In this submodule, we will transform this HTML menu into a good-looking navigation bar.