Click here to Skip to main content
15,905,782 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralBootstrap Pin
#realJSOP8-Dec-17 4:38
professional#realJSOP8-Dec-17 4:38 
GeneralRe: Bootstrap Pin
Pete O'Hanlon8-Dec-17 4:40
mvePete O'Hanlon8-Dec-17 4:40 
GeneralRe: Bootstrap Pin
#realJSOP8-Dec-17 4:43
professional#realJSOP8-Dec-17 4:43 
GeneralRe: Bootstrap Pin
Pete O'Hanlon8-Dec-17 4:48
mvePete O'Hanlon8-Dec-17 4:48 
GeneralRe: Bootstrap Pin
dandy728-Dec-17 6:28
dandy728-Dec-17 6:28 
GeneralRe: Bootstrap Pin
kmoorevs8-Dec-17 6:58
kmoorevs8-Dec-17 6:58 
GeneralRe: Bootstrap Pin
Richard Deeming8-Dec-17 5:02
mveRichard Deeming8-Dec-17 5:02 
GeneralRe: Bootstrap Pin
Marc Clifton8-Dec-17 5:43
mvaMarc Clifton8-Dec-17 5:43 
It takes a while to wrap one's head around it, but it's pretty straight forward if you stick to the basics.

"row" class for every row.

"col-??" class for every column. Learn the ??, the xs/sm/md/lg options, as they're great for controlling column widths depending on the browser width.

"col-??-offset-n" where n is a certain number of columns is also nice for controlling padding depending in the window width.

After that, just put your column's content in your own div.

Basically though, it's just a CSS wrapper for td and tr. Laugh | :laugh:

It is, however, the best grid layout system I've played with, though my recommendation doesn't go very far as I'm still a n00b at all this.
Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 5:53
professionalJeremy Falcon8-Dec-17 5:53 
GeneralRe: Bootstrap Pin
Richard Deeming8-Dec-17 6:58
mveRichard Deeming8-Dec-17 6:58 
GeneralRe: Bootstrap Pin
R. Giskard Reventlov8-Dec-17 5:50
R. Giskard Reventlov8-Dec-17 5:50 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 6:01
professionalJeremy Falcon8-Dec-17 6:01 
GeneralRe: Bootstrap Pin
#realJSOP8-Dec-17 6:43
professional#realJSOP8-Dec-17 6:43 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 6:59
professionalJeremy Falcon8-Dec-17 6:59 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 7:01
professionalJeremy Falcon8-Dec-17 7:01 
GeneralRe: Bootstrap Pin
R. Giskard Reventlov8-Dec-17 6:46
R. Giskard Reventlov8-Dec-17 6:46 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 7:02
professionalJeremy Falcon8-Dec-17 7:02 
GeneralRe: Bootstrap Pin
Sander Rossel8-Dec-17 8:01
professionalSander Rossel8-Dec-17 8:01 
GeneralRe: Bootstrap Pin
R. Giskard Reventlov8-Dec-17 8:12
R. Giskard Reventlov8-Dec-17 8:12 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 8:18
professionalJeremy Falcon8-Dec-17 8:18 
GeneralRe: Bootstrap Pin
Sander Rossel8-Dec-17 8:38
professionalSander Rossel8-Dec-17 8:38 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 8:52
professionalJeremy Falcon8-Dec-17 8:52 
GeneralRe: Bootstrap Pin
Sander Rossel9-Dec-17 1:56
professionalSander Rossel9-Dec-17 1:56 
GeneralRe: Bootstrap Pin
Jeremy Falcon9-Dec-17 6:47
professionalJeremy Falcon9-Dec-17 6:47 
GeneralRe: Bootstrap Pin
Jeremy Falcon8-Dec-17 6:16
professionalJeremy Falcon8-Dec-17 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.