Skip to content

Instantly share code, notes, and snippets.

View jumarome's full-sized avatar

Juan Romero Santamaría jumarome

  • Guayaquil-Ecuador
View GitHub Profile
@jumarome
jumarome / Bootstrap 3 Breakpoints
Created January 27, 2019 00:32 — forked from bretterer/Bootstrap 3 Breakpoints
Bootstrap 3 Breakpoints
/* Tiny Devices: Phones */
@media (max-width: 767px) {
}
/* Small Devices: Tablets */
@media (min-width: 768px) and (max-width: 992px) {
}
/* Medium Devices: Desktops */
@jumarome
jumarome / 0_reuse_code.js
Created October 14, 2015 22:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console