Git Product home page Git Product logo

qs's Introduction

Quickstarter is a LESS framework to help you build your next HTML5 project. It's a Lightweight, Mobile-first, Style-agnostic & Responsive Grid System.

Check it out See full docs

Use it, hack it, break it...

Grid Markup

You can use either .quads or .triads, (quads for 4 column layout or triads for 3 columns) and they can be nested infinitely.

When you need to break the line use .row as a container of .quads.

<div class="grid">
  <div class="row">
    <div class="quad-1">...</div>
    <div class="quad-1">...</div>
    <div class="quad-1">...</div>
    <div class="quad-1">...</div>
  </div>
  <div class="row">
    <div class="quad-2">...</div>
    <div class="quad-2">...</div>
  </div>
  <div class="row">
    <div class="quad-4">...</div>
  </div>
</div>

or

<div class="grid">
  <div class="row">
    <div class="triad-1">...</div>
    <div class="triad-1">...</div>
    <div class="triad-1">...</div>
  </div>
  <div class="row">
    <div class="triad-2">...</div>
    <div class="triad-1">...</div>
  </div>
  <div class="row">
    <div class="triad-3">...</div>
  </div>
</div>

preffix & suffix

<div class="grid">
  <div class="row">
    <div class="quad-1 prefix-3">...</div>
  </div>
  <div class="row">
    <div class="triad-1 suffix-2">...</div>
  </div>
</div>

mutate & visible

prefixes

  • none : by default is mobile
  • -sm : small : tablet
  • -md : medium : tablet landscape, old monitors
  • -lg : large : desktop

prefixes go from mobile to large

  • none > -sm > -md > -lg
<div class="grid">
  <div class="row">
    <div class="quad-4 quad-2-md">...</div>
    <div class="quad-4 quad-2-md">...</div>
  </div>
  <div class="row">
    <div class="quad-1 invisible-md">...</div>
    <div class="quad-1 visible-md">...</div>
    <div class="quad-1 invisible-only-md">...</div>
    <div class="quad-1 visible-only-md">...</div>
  </div>
</div>

Twitter account

Follow me at, @basarium, keep up to date on announcements and more.

Author

Alejandro Chavazza

Copyright and license

Quickstarter is free, libre and public domain see more on http://unlicense.org/

qs's People

Contributors

achavazza avatar

Watchers

James Cloos avatar  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.