Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View fcaivano's full-sized avatar
🏖️

Francisco Caivano fcaivano

🏖️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fcaivano on github.
  • I am fcaivano (https://keybase.io/fcaivano) on keybase.
  • I have a public key ASBFpJGux8_SojUj_BG1q8kCXznJgSHlPVlrS9kJcNFYtwo

To claim this, I am signing this object:

@fcaivano
fcaivano / gist:1aa5b77362c19cd710aa
Created March 28, 2015 02:12
Media Query Break Points
/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
// life motto
if (sad() === true) {
sad().stop();
beAwesome();
}
@fcaivano
fcaivano / index.html
Created July 4, 2014 14:54
Basic HTML File
<!DOCTYPE html>
<html lang="es">
<meta http-equiv="Content-type" value="text/html; charset=UTF-8" />
<head>
<title>Title</title>
<script></script>
<style></style>
</head>
<body>
<p>Hola!</p>