Skip to content
This repository was archived by the owner on Oct 2, 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-Challenges
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: omerffaruk/HTML-CSS-Challenges
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 3 files changed
  • 1 contributor

Commits on May 24, 2021

  1. update html and css

    The paragraph that starts with "The zoo is open every day..." has been added in .introduction. Line height value increased, background color of the .introduction is set to white, border is removed from the logo
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    69c8950 View commit details
    Browse the repository at this point in the history
  2. Update style.css

    Color of the bear images borders changed so that each image has different border color. Bear images (.image-container img) are aligned at the top.
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    1b32892 View commit details
    Browse the repository at this point in the history
  3. update html and css

    meta elements and title element have been added, subheading is removed in .tigers and heading is renewed. The color of h2 in .tigers has been changed to white so that it's readable and its contrast radio value is sufficient.
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e139b26 View commit details
    Browse the repository at this point in the history
  4. Update style.css

    background color, of the .giraffe, color of the p, h2 and h3 in .giraffe changed
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    90ba5cf View commit details
    Browse the repository at this point in the history
  5. update html and css

    another news item added to the .news, h2 in .news and news items are aligned at the center, font size of the first p in the .giraffe has been increased
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6df7ebc View commit details
    Browse the repository at this point in the history
  6. Update style.css

    buttons styled, added :hover feature
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b73195d View commit details
    Browse the repository at this point in the history
  7. Update style.css

    max-width of .membership set to 700px and it has been centered with margin:0 auto.
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    127d29d View commit details
    Browse the repository at this point in the history
  8. update html and css

    links in .programs (useful links) open in a new tab now, cards in .programs are displayed horizontally
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a9ea039 View commit details
    Browse the repository at this point in the history
  9. Update style.css

    the position of the badge has been changed and transition effect has been added
    omerffaruk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a8341a7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. update html and css

    .pandas section added to the html and styled similarly to that of .tigers
    omerffaruk committed May 25, 2021
    Configuration menu
    Copy the full SHA
    943c6fb View commit details
    Browse the repository at this point in the history
  2. update html and css

    headings are corrected so that it has semantic meaning, accessibility issues solved (low contrast radio colors adjusted)
    omerffaruk committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4885b66 View commit details
    Browse the repository at this point in the history
  3. Update style.css

    omerffaruk committed May 25, 2021
    Configuration menu
    Copy the full SHA
    054c548 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Update style.css

    Comments added to classify the codes
    omerffaruk committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f31afbd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. overflow issue solved

    overflow issue with panda image and footer solved
    omerffaruk committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a4c934a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    40599b7 View commit details
    Browse the repository at this point in the history
Loading