GithubHelp home page GithubHelp logo

mpretti / concrete Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davidlumley/concrete

0.0 0.0 0.0 182 KB

A simple, responsive, grid framework.

License: MIT License

Ruby 2.27% HTML 50.99% CSS 46.74%

concrete's Introduction

Concrete

A simple, responsive, ultra lightweight twelve column grid framework.

Concrete is designed to be easy to read, simple to use, and small in file size.

It's currently:

  • 2402 bytes or
  • 709 bytes gzipped

Usage

Concrete's grid is build using columns classes which are inside of a row class.

The row class encapsulates the columns. As Concrete uses a twelve column grid, the twelve columns class will take up the whole of the row.

<div class='row'>
  <div class='twelve columns'>
  </div>
</div>

You can mix it up however you like though.

<div class='row'>
  <div class='four columns'>
  </div>
  <div class='eight columns'>
  </div>
</div>

You can put a row class inside of a column class in order to nest columns.

<div class='row'>
  <div class='four columns'>
  </div>
  <div class='eight columns'>
    <div class='row'>
      <div class='six columns'>
      </div>
      <div class='six columns'>
      </div>
    </div>
  </div>
</div>

You can also see it in action.

Contributing

If you're eager to contribute to Concrete's development, please fork it, create a feature branch, then make a pull request.

Converting SASS/SCSS to CSS

You'll need to ensure ruby is installed.

  • gem install bundler - to install bundler
  • bundle install - to install sass
  • sass --watch ./scss:./css -t compressed - to watch the files in the SCSS directory for changes, and compile them into concrete.css

concrete's People

Contributors

davidlumley avatar bitdeli-chef 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.