Omar Patel
Software developer/instructor
Please take Quiz # 6 on D2L!
Now that we have the basics of our structure, let's get to styling (AKA every designers favorite part).
Please watch the videos from Bootstrap 3 Essential Training: Section 3. Exploring Basic Bootstrap Classes and Section 4. Adding other CSS styles.
Headings and Small Copy
Inline Styles
Inline Styles
Alignment, Transformation, and Abbreviation
List Styles
Block Quotes
Styling Code
Bootstrap Buttons
Bootstrap Tables
Creating responsiveness to an image is as easy as adding a class of "img-responsive" to your img tag. You can also use the "center-block" class along with the "img-responsive" class in order to get a centered image.
Creating rounded edges around your image can be done using the "img-rounded" class.
For circular images, use the class of "img-circle".
For a thumbnail-type look, use "img-rounded"
Responsive Images
Helper Classes
Responsive utilities let you show or hide elements based on the breakpoint. Simply have either hidden or visible as the first argument for the class, then the breakpoint (xs, sm, md, or lg) and then inline or inline-block. An example class would be "visible-xs-inline"
Responsive Utilities
By Omar Patel