Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created November 19, 2012 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/4113647 to your computer and use it in GitHub Desktop.
Save ramnathv/4113647 to your computer and use it in GitHub Desktop.
Slidify Google IO 2012 Logo
slides > slide.title-slide:after {
content: '';
background: url(assets/img/mylogo.png) no-repeat 100% 50%;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
position: absolute;
bottom: 40px;
right: 40px;
width: 100%;
height: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment