I found a list of ALL bootstrap classes courtesy of a post here. Hooray. Except it is not complete. In the last 2 hours, in Stackoverflow, I have found examples of class="span4; clear:both; content-heading; paragraphs; "
(these were not in a list)
What's div class="paragraphs"
? Is content-heading
similar to .lead
(which I think is a style).
Is there any listing of all the STYLES?
I love w3schools - I live 20 miles W of MIT, and MIT was one the schools that accepted me 50 years ago. I love the mission and execution of w3. But I have poured through their tutorials and references and I cannot find simple rules like:
- class elements can be strung together, semi-colons in-between. They end in a quote mark, but the last entry can be followed by a semi-colon with or w/o a space. Numbers, like height, can have leading spaces.
Is there some place that lays out this stuff? I've looked at many other bootstrap sites, but w3 seems the best. I still don't quite grasp Github, but they have lots of info.