There are many parts in CSS so we will be discussing a few :
#id. : Selects the element with the respective id
.class : Selects all elements with the respective class
element : Selects all specific elements you write
element, element,.. : Selects 2 or more elements in one statement