CSC 223 — Authoring for the Web

Site-wide CSS

Overview

In this assignment you'll use CSS to make your site visually appealing.

Assignment

  1. Create a file called style.css.

  2. 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.

  3. Add style rules to the style.css file to make your site visually appealing. Make sure the pages of your site have a consitent look and feel.

  4. You may want to use a CSS reference page to help you decide which styles to use.

  5. Make sure your style.css page incorporates the font-family attribute and that you are using a font from Google Fonts.

  6. Use git or GitHub Desktop to commit your changes and push them to GitHub.

  7. Submit the url to your github pages site to MySVU. (This should be something like https://USERNAME.github.io/REPOSITORYNAME).