Bootstrap 3 Media Queries

9 years ago
Sorry, this entry is only available in Brazilian Portuguese. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language. /*========== Mobile First Method ==========*/ /* Custom, iPhone Retina */ @media ...

Select2

9 years ago
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. http://ivaynberg.github.io/select2/ GIT https://github.com/ivaynberg/select2

Build a Vertical Timeline Archives Page Using Boot

10 years ago
Website archives have long been used to organize blog posts, comments, portfolio entries, and similar types of content. These pages are typically organized by date and split into sections by the month and year. This has naturally evolved to include other interface designs – one of which is ...

Understanding the Bootstrap 3 Grid System

10 years ago
With the 3rd version of the great  Bootstrap  out for about 4 and a half months now, people have had their time to play around with it, learn the changes, find new features, and build amazing things. The Difference The most interesting change for me was the difference in the  grid system. ...

The Subtle Magic Behind Why the Bootstrap 3 Grid W

10 years ago
Things like CSS grids should remain behind the curtain. No one really needs to know how it works, or why. Until you have a broken design or something complex and you can’t figure out why your spacing, margins, paddings etc are all messed up. It can be a real pain, especially when you are ...

Bootstrap 3: the new grid system, for starters

11 years ago
Baby steps It’s super easy to put together a basic page with Bootstrap. Just fire up your editor and type in this markup: [crayon-65f93246f2853928963610/] This is it. There are just two requirements for a basic Bootstrap page: HTML5: achieved declaring a  <!DOCTYPE html> Bootstrap CSS ...