Stovencrantz / homework_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Line 7 --> Adjusted the title content to better represent the website.
  2. Line 11 -->Replaces the
    with HTML5 tag of
  3. Line 15 --> Replaced the
    tag with a tag to better identify the nav bar
  4. Line 32 - line 57 --> Replaced
    elements with elements to represent the self contained data in each class.
  5. Line 32 - line 57 --> Removed the elements from each article as it was creating unnecessary redundancy and no callouts were used in our CSS.
  6. Line 87 --> Refactored the
    to a tag
  1. Line 11 - Line 39 --> Adjusted the selecters to replace <.header{}> with <header{}> and <div{}> with <section{}>
  2. Line 66 --> removed the style attributes for .float-left and .float-right as their styling was never called in our html.
  3. Re-orgonized our .benefits supporting classes to be listed below our .content supporting classes.
  4. Line 77 - line 105 --> Consolodated 3 seperate instances of extra syntax into one instance for the classes contained in our .contents class, as well as for tags and

    tags within these subclasses.

  5. Line 77 - line 105 --> Consolodated 3 seperate instances of extra syntax into one instance for the classes contained in our .benefits class, as well as for

    tags and tags within these subclasses.

  6. Line 148 - line 157 --> Replaced .footer class selector with a tag selector for styling.

About


Languages

Language:HTML 57.8%Language:CSS 42.2%