Directions: Cascading Stylesheets (CSS) allow a web designer to separate
the content of a web page from the design elements such as layout, background
colors, link colors, and font style.
Create a file called stylesheet.css and
save it to the root directory of your portfolio.
Past the code below in the document and select
the background color and link colors for your portfolio.
Select the head command below and past it on
each of the index.html files in your portfolio. The <head> command goes after
the <html> command and before the <body> command.
Make sure you remove any link codes or
background commands in any of your <body> commands on each of your web pages.