Skip to content

Styles which are mostly used but not available in Bootstrap

Notifications You must be signed in to change notification settings

assistanz/bootstrap-common-css-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap-common-css-styles

We provide customized classes to use bootstrap easily.

Bootstrap

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

Bootstrap has provided many classes to design our web pages. They didn't provide classes for adjusting top, bottom and font sizes. In this repository we will provide some classes to easily align the elements with top, bottom and font sizes.

We provide BOWER and SASS support.

Examples

<div class="mgn-top1"> ... </div>

<div class="png-top10"> ... </div>

<div class="mgn-top1 png-top10"> ... </div>

<span class="top1">...</span>

<span class="btm5 fnt-12">...</span>

<h1 class="fnt-13">...</h1>

<p class="fnt-15">...</p>

Bower Support

bower install bootstrap-common-css-styles --save

or

"bootstrap-common-css-styles" : "*"

Sass Support

@import "path-to-your-folder/_bootstrap-common-css-styles"

About

Styles which are mostly used but not available in Bootstrap

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages