GithubHelp home page GithubHelp logo

justinkuntz / skeleton-fluid-mobile-first Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adamjohnson/skeleton-fluid-mobile-first

0.0 2.0 0.0 139 KB

A fluid, mobile first port of the Skeleton grid.

HTML 23.95% CSS 76.05%

skeleton-fluid-mobile-first's Introduction

Fluid Mobile First Skeleton Grid

A fluid, mobile first version of Dave Gamache's Skeleton. Starting at mobile sizes and moving fluidly up to a max-width of 1200px.

How to implement the Grid System

Nothing has changed here from Dave Gamache's original implementation. Just wrap your page with a .container class, then add things like five columns, et all, to your markup. Eg:

<div class="container">

  <!-- Give column value in word form (one, two..., sixteen) -->
  <div class="sixteen columns">
    <h1>Full Width Column</h1>
  </div> <!-- /.sixteen.columns -->
  
  <!-- You can push over by columns -->
  <div class="five columns offset-by-one"></div>

</div> <!-- /.container -->

See the provided index.html file for a more complete example and to play around.

Credits

skeleton-fluid-mobile-first's People

Contributors

adamjohnson avatar

Watchers

 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.