/* These styles are used to style some of the text in the boxmodel chapter. This is to demonstrate two methods we can use to style part of a larger element. For example, I might want a single word within a paragraph to have a different colour to the rest of the paragraph */ red { color: red; font-weight: 900; } article p .red { color: red; font-weight: 900; }