Skip to content

Flatstrap is css file for Twitter Bootstrap and make it be flat ui.

Notifications You must be signed in to change notification settings

ethaizone/Flatstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Flatstrap

Flatstrap is css file for Twitter Bootstrap and make it be flat ui. Simple. Don't need to edit bootstrap css. Use this css with bootstrap together.

Target

Remove these css.

  • box-shadow
  • background color gradient
  • round corner (This will write code in flatstrap-no-round-corner.css seperate from flatstrap.css.)

Why you should use this?

I know very well that in the internet. I don't be first person to think about flat ui on bootstrap. I saw littlesparkvt.com/flatstrap but you know? It don't make sense that I should wait littlesparkvt release flat version when bootstrap update later and when I want to customize bootstrap. I can't do it because flatstrap is pre-generated.

Howto

Place flatstrap.css under bootstrap-responsive.css. It will overwrite css of Bootstrap and make it to flat ui.

If you don't want round corner or want metro ui, include flatstrap-no-round-corner.css with flatstrap.css too. It will make anything be square.

Example code

<link href="bootstrap/bootstrap.css" rel="stylesheet">
<link href="bootstrap/bootstrap-responsive.css" rel="stylesheet">
<link href="flatstrap.css" rel="stylesheet">
<link href="flatstrap-no-round-corner.css" rel="stylesheet">

About

Flatstrap is css file for Twitter Bootstrap and make it be flat ui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages