Git Product home page Git Product logo

lab-css-grid's Introduction

Lab: CSS Grid

Introduction

In this lab, you'll have the opportunity to recreate a piece of Mondrian Art, applying your knowledge of the CSS Grid techniques. This exercise will help solidify your understanding of how elements are structured and manipulated on a web page.

Getting Started

Setup

  1. Fork the Repository: Navigate to the top right corner of this page and click on the "Fork" button. This action will create a copy of this repository in your own GitHub account.

  2. Clone the Repository: To get the repository onto your local machine, use the following command in your terminal or command prompt:

    git clone <URL_OF_YOUR_FORKED_REPOSITORY>

    Make sure to replace <URL_OF_YOUR_FORKED_REPOSITORY> with the actual URL of the repository you just forked.

  3. Navigate into the Project Directory:

    cd the_repo_name

    Replace the_repo_name with the actual name of the repository you cloned.

Contribution

  1. Commit Changes: Throughout your project, as you make changes or complete sections, commit those changes to your local repository. Aim for commit messages that clearly describe what modifications were made.

    git add .
    git commit -m "A brief description of the changes"
  2. Push Changes to GitHub: After making a significant amount of progress or upon completion, push your changes back up to GitHub:

    git push origin master
  3. Submit Your Work: Once you're finished, submit the link to your pull request on Canvas, or according to the instructions provided by your instructor or course.

lab-css-grid's People

Contributors

cleebenjamin avatar castonpursuit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.