CSS for Beginners
CSS is the language we use to style an HTML document.
Style sheets
Make a new file called styles.css and save it to the same folder as the HTML file.
Enter the code as above into your HTML file. This will link the HTML file to the CSS file.
Selector...
calebjsmithio.hashnode.dev1 min read