Thanks for choosing Morestrap!

Morestrap is OpenSource project, MoreStrap made to develop Bootstrap project with lots of capabilities. Morestrap needs developers to HELP for next versions.


Follow Morestrap:

Morestrap is made with in Depok,Indonesia by Mohammad Nicjoo (Robert).

Morestrap is 100% OpenSource project to help you with your Bootstrap projects
In morestrap I did not change any of default Bootstrap classes/Id's or whatever else, the only thing I did is added many cool stufs to Bootstrap and made it more better (I guess so).

About

Morestrap is a CSS3 freamwork + some JavaScript files but it's not a freamwork itself (at least not now), for using that you need to load Bootstrap CSS files first.

Get start with Morestrap

<link rel="stylesheet" href="css/morestrap.min.css" >

Starter HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags always come first -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="x-ua-compatible" content="ie=edge">

    <!-- CSS FILES INCLUDE MORESTRAP -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
    <link rel="stylesheet" href="css/morestrap.min.css" >
  </head>
  <body>
    <h1>Hello, world!</h1>

    <!-- jQuery first, then Bootstrap JS. -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>
  </body>
</html>

Community

Stay up to date on the development of Morestrap and reach out to the community with these helpful resources.