Skip to content

Nugget-Meister/lab-css-grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Grid Lab

In this lab, you will use CSS Grid to structure a webpage. If you're stuck, you may want to visit the following website which can be of help.

Lab Setup

Getting started

  1. Fork and clone this repository.

  2. Navigate to the settings tab on GitHub, then choose Pages from the menu. Configure the Build and Deployment to have a Source of Deploy from a branch and select the main branch for deployment. Deployments can take a few minutes, so get started on the lab, and then be sure to check the deployment after you have made a few commits.https://github.com/Nugget-Meister/lab-css-grid.git

  3. Open up the repository in VSCode. Follow the instructions below to complete the Lab.

Instructions

Style the HTML in the index.html file so that it looks like the content below.

Example mockup with header, sidebar, main area, and footer.

You should not need to change any of the HTML. Instead, focus on adding to the style.css file.

Use CSS Grid when organizing the content on the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.2%
  • HTML 48.8%