Nicholas Armstrong

CSS Introduction
CSS can be put into a very simple metaphor that makes it easy to understand the difference between HTML and CSS. HTML is the skeleton of a website, and CSS is the meat of the bones to it all. Or, you can think of it as clothes on a person. Someone can change the way it looks with different coding techniques.
CSS Syntax
Every decoration that you want to incorporate into your website starts with the specific selection that you want to change. Then, it follows with curly brackets that encloses the information. Lastly, you place in your specific instructions for the change and close it with another curly bracket.
The CSS Universal Selector
There is one unique selector in the CSS world that can change everything with one symbol. The star symbol changes everything within that specific section after you place in your decoration code. This is a very handy tool if you are looking to change a lot of text with minimal effort.