Skip to content

Instantly share code, notes, and snippets.

@tachymetre
Last active September 7, 2016 02:35
Show Gist options
  • Save tachymetre/9d35d6bfb956f8ca4cc0 to your computer and use it in GitHub Desktop.
Save tachymetre/9d35d6bfb956f8ca4cc0 to your computer and use it in GitHub Desktop.
UI-101 (Bootstrap)
  1. What is the current major version of Bootstrap? - 3.x.x

  2. What CSS class do you use to span 12 columns on medium sized screens but only 6 columns on large screens in the latest version of Bootstrap? css class=”col-md-6 col-lg-12″

  3. Name 3 available jQuery plugins that Bootstrap has in their Query plugin library - Modal, Dropdown, Scrollspy, Tab, Tooltip, Popover, Alert, Button, Collapse, Carousel, Affix

  4. What minimum things do you have to do in order to include Bootstrap & Bootstrap JS in a project/ HTML Document? - Add bootstrap.css/bootstrap.js link and script in the head of the HTML document. For better page loading performance, include bootstrap.js script in the footer

  5. How do you achieve responsiveness in your last project? - Bootstrap grid system (other than Bootstrap is CSS3 media query. Bootstrap grid system is based on CSS3 media query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment