Site-wide CSS
Overview
In this assignment you'll use CSS to make your site visually appealing.
Assignment
-
Create a file called
style.css. -
Add a
<link>tag containing a link to your CSS file to each of your pages you've created on your site, including your home page. -
Add style rules to the
style.cssfile to make your site visually appealing. Make sure the pages of your site have a consitent look and feel. -
You may want to use a CSS reference page to help you decide which styles to use.
-
Make sure your
style.csspage incorporates thefont-familyattribute and that you are using a font from Google Fonts. -
Use git or GitHub Desktop to commit your changes and push them to GitHub.
-
Submit the url to your github pages site to MySVU. (This should be something like https://USERNAME.github.io/REPOSITORYNAME).