Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find bootstrap classes' css definitons?

What I want is, for example, to change the css background color of navigations bar of .navbar-default, which can be done by .navbar-default{background-color:#000;}

But I want is, to see the full css style definitions of .navbar-default class, so I can look and change every element(text-color, hovering colors and every other thing) as I like. Rather than inspecting webpage elements for css codes from browsers, I want to look in a place where the definitions contain.

like image 990
slbgdp Avatar asked Mar 09 '23 22:03

slbgdp


1 Answers

You can find all in readable format here

like image 121
Gerard Avatar answered Mar 11 '23 12:03

Gerard