Skip to content

Instantly share code, notes, and snippets.

@jmwhittaker
Created June 10, 2013 14:16
Show Gist options
  • Select an option

  • Save jmwhittaker/5749023 to your computer and use it in GitHub Desktop.

Select an option

Save jmwhittaker/5749023 to your computer and use it in GitHub Desktop.
Untitled
.with-border {
border:1px solid #333;
}
.media-small {
width:145px;
height:97px;
background-position:50% 50%;
background-repeat:no-repeat;
display:block;
-webkit-background-size:cover;
background-image:url(http://www.phlmetropolis.com/Cats.jpg);
margin-bottom:50px;
}
.media-medium {
width:290px;
height:145px;
background-position:50% 50%;
background-repeat:no-repeat;
display:block;
-webkit-background-size:cover;
background-image:url(http://www.phlmetropolis.com/Cats.jpg);
margin-bottom:50px;
}
.media-large {
width:310px;
height:310px;
background-position:50% 50%;
background-repeat:no-repeat;
display:block;
-webkit-background-size:cover;
background-image:url(http://www.phlmetropolis.com/Cats.jpg);
}
<div class="media-small with-border">&nbsp;</div>
<div class="media-medium with-border">&nbsp;</div>
<div class="media-large with-border">&nbsp;</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment