Skip to content

Instantly share code, notes, and snippets.

View PChambino's full-sized avatar

Pedro Chambino PChambino

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pchambino on github.
  • I am pchambino (https://keybase.io/pchambino) on keybase.
  • I have a public key ASBCWnNb_Zir7rzQ69ef6X5q4w7Ox4QS-K6rnu-N4W1WlAo

To claim this, I am signing this object:

@PChambino
PChambino / responsive.html
Created January 28, 2012 20:51 — forked from lensco/responsive.html
Simple responsive design test page. More info here: http://bricss.net/post/16538278376/simple-responsive-design-test-page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Responsive Design Testing</title>
<style>
body { margin: 20px; font-family: sans-serif; overflow-x: scroll; }
.wrapper { width: 6000px; }
.frame { float: left; }
h2 { margin: 0 0 5px 0; }
@PChambino
PChambino / dabblet.css
Created January 20, 2012 23:48 — forked from chriscoyier/dabblet.css
Oprah Thing
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;