|
|
|
|
|
by dangrossman
5259 days ago
|
|
You don't have to edit the CSS at all. You don't even have to open the file, ever, to use Bootstrap. Just link it in the head of your document like any stylesheet and use the class names from the documentation. Want something on your page to be 3 columns wide? <div class="span3">...</div> Want to make it 4 columns wide instead? <div class="span4">...</div> |
|