Git Product home page Git Product logo

grid-system's Introduction

Grid System

This is a lightweight and responsive grid system created with SASS and Compass.app. Feel free to use it.

If you want to install this grid system only need to pass the style.css file to your path folder and enjoy it.

Note: Remember that is 100% csutomizable, and if you want to change any width or need to create new classes, you are able to do it. Just need to read the code and create your own classes.

Usage

The HTML tags or classes are very simple:

  • The main class is the row, this is set the table and the clear, and inside this you'll put your columns.
  • The Grid System is based on 12 columns, and the width of one column is 8.33% of 100%, that means (100 / 12) = 8.33.
  • Remeber to feel free for change the width values or columns width.
  • There exists two more classes (container and container-full) and these classes allows you to set 960px or Full width respectly to your page.
  <div class='container-fluid'>
    <div class='row'>
      <div class='col-2'></div>
      <div class='col-2'></div>
    </div>
  </div>

Thanks.

Created by Daniel Navarro R.

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.