Tuesday, October 1, 2013

Unit D - Day 4


Learning Goal: Implement styles to modify the font using CSS style rules

Today we will:
  • Create a new folder called:  SOCCER
  • Create a css stylesheet in the Soccer folder called: soccer.css
  • Create the homepage for the soccer site called: index.html
  • Add content so that your page looks like the example shown below
  • Add style rules to your soccer.css page to add new styles needed to create the page
    •  Create an element selector to create a white, serif, centered heading at the top
    • Create an element selector to create a black, serif, centered, secondary heading at the top
    • Create an id selector called #contact to create the right aligned, white sans-serif contact information at the bottom
    • Create a class selector called .bold and use with the <span> to bold every occurrence of GLSL in the page
    • Create a style to apply sans-serif font to the main text in the middle
  • Validate your code at: validator.w3.org 
Links:



No comments:

Post a Comment