Fork me on GitHub

Dismantle


Responsive, fast and easy.

Download this project as a .zip file Download this project as a tar.gz file

What can you do with Dismantle.gs?

Create a perfect fluid or fixed, mobile friendly css layout in seconds.



How to use Dismantle.gs?

Merge the content of the "styles" folder into your project and add the following line to your project's HTML:

<link rel="stylesheet" href="styles/framework.css" type="text/css">

Now you can just use the containers, rows and columns served by Dismantle.gs any way you like.

<div class="container-fluid">
    <div class="row">
        <div class="col-3">
            <!-- Left sidebar goes here -->
        </div>
        <div class="col-9">
            <!-- Main content goes here -->
        </div>
    </div>
</div>

What else?

For more informations head over to the github page and its wiki. Feel free to fork and contribute!