
In today’s basic CSS tutorial we will inherit styles from the body element as part of the Free Code Camp curriculum. The key to this tutorial will be to understand that we write CSS for the body element, but that code is passed down to our h1 element. That is the inheritance which is critical for fully understanding this portion of the curriculum.