Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeYourFuture/HTML-CSS-Coursework-Week1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: omerffaruk/HTML-CSS-Coursework-Week1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on May 19, 2021

  1. Html structure and content

    Html structure is completed and webpage content has been provided
    omerffaruk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    104abe4 View commit details
    Browse the repository at this point in the history
  2. Css styling

    Header, font throughout the page, footer styled.  Header sticky is not working properly, articles do not include summary and link, page is not responsive, solve the margin-layout issues, footer should include information about the page or you, check the semantic elements use, use :first-child pseudo class to style the first article so that it stands out from the others,
    omerffaruk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8987fa3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. update html and css

    Header sticky issue solved, articles now include summary and link, page is now responsive (still could be better though), used :first-child pseudo class to style the first article so that it stands out from the others. Issues to solve:  margin-layout issues especially in article flex-box model, footer should include information about the page or you, check the semantic elements use.
    omerffaruk committed May 20, 2021
    Configuration menu
    Copy the full SHA
    c136d15 View commit details
    Browse the repository at this point in the history
  2. update html and css

    Margin-layout issues especially in article flex-box model solved, footer includes facebook and twitter icon links, html code uses semantic elements. Page could be better in terms of being responsive page
    omerffaruk committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8a7cc02 View commit details
    Browse the repository at this point in the history
  3. update css

    did some minor css styling changes to make the webpage more responsive, changed the color of the .about
    omerffaruk committed May 20, 2021
    Configuration menu
    Copy the full SHA
    22e977f View commit details
    Browse the repository at this point in the history
Loading