So what is CSS anyways? CSS stands for Cascading Style Sheets. These style sheets are used to control how your web site’s text, borders, headers, links, background, and other HTML elements look. You can add CSS within the HTML of your page, or save it as a separate css documet. I would keep it out [...]