Skip to content

Instantly share code, notes, and snippets.

@gatodeveloper
Last active May 3, 2017 13:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatodeveloper/53447900e25aabfe8af56c13dc3d27d3 to your computer and use it in GitHub Desktop.
Save gatodeveloper/53447900e25aabfe8af56c13dc3d27d3 to your computer and use it in GitHub Desktop.
messages.css
#wife{
right: 100%;
margin: 0;
}
.fear{
display: none;
}
.ninja{
color: black;
visibility: hidden;
}
.ghost{
color: white;
opacity: .1;
}
#mario.mushroom{
transform: scale(200%);
}
#kim-kardashian{
padding-bottom: 9999px;
}
.autobots{
transform: translate3d();
}
.lego{
display: block;
}
#tower-of-pisa{
font-style: italic;
}
#titanic{
float: none;
}
#bruce-banner{
color: pink;
transition: color 10s;
}
#bruce-banner.the-hulk{
color: green;
}
.hobbit{
height: 50%;
}
.hobbit .foot{
width: 200%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment