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: m4ndycheung/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.
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 22, 2023

  1. Added to index.html and added images folder

    Created basic structure of the page.
    m4ndycheung committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    610334d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Update index.html

    Made changes to the content
    m4ndycheung committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6aa8ac7 View commit details
    Browse the repository at this point in the history
  2. Added to index.html

    Added containers around content, added two more articles.
    
    Centred content.
    Added a lightcoral background to the header.
    m4ndycheung committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e5d2c6a View commit details
    Browse the repository at this point in the history
  3. Aligned footer

    m4ndycheung committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3a79a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e195bc9 View commit details
    Browse the repository at this point in the history
  5. Added article images

    m4ndycheung committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6bef0b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Updated style.css

    Decided to use what I learned from CSS Grid to create this!
    m4ndycheung committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    922552c View commit details
    Browse the repository at this point in the history
  2. Updated style.css and index.html

    CSS:
    Added root
    Added styling for links
    Added section break for footer
    
    HTML:
    Re-ordered article items
    m4ndycheung committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e7580dc View commit details
    Browse the repository at this point in the history
  3. Updated css and html files

    CSS:
    Added new red colour
    Changed font family
    Adjusted grid-template-columns
    Added colour to Header
    Added styling to articles
    Added a border around first article using :first-child pseudo-class
    
    HTML:
    Changed Title
    Added new font to link tag
    
    Note to self: I need to remember to commit more...!
    m4ndycheung committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    969cc35 View commit details
    Browse the repository at this point in the history
Loading