/learning-css-grid

Learning how CSS grid works

Primary LanguageHTML

Learning CSS Grid

Summary

This is a web page built using CSS Grid as a challenge set by Frontend Mentor. The grid layout assistance was provided by Brad Traversy's 'CSS Grid Crash Course' Youtube video.

The purpose of this website was to allow me to build up a better understanding of grid and it's fundamentals and then apply it to a project.


Screenshot

App Screenshot


Tech Stack

  • HTML
  • CSS
  • Flexbox
  • Grid

Hosted Version

https://mandeep-s1ngh.github.io/learning-css-grid/


Local Setup

This site uses HTML & CSS only so feel free to clone the repo and then explore & play around with the code.

  1. To clone the repo, open up your terminal and run git clone https://github.com/mandeep-s1ngh/learning-css-grid.git - once you have it cloned, move the folder to your usual directory for projects (if necessary)

  2. You can then open up the folder in your code editor of choice and work on the files.

Tip - If you use Visual Studio Code, I would recommend the Live Server extension which allows you to right click on the index.html file and open it with LiveServer so you can view the site in your browser. You can then make changes to the files and see the changes take effect without needing to refresh the page.