Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created March 10, 2013 06:13
Show Gist options
  • Save rblakejohnson/5127344 to your computer and use it in GitHub Desktop.
Save rblakejohnson/5127344 to your computer and use it in GitHub Desktop.
CSS: img base style
img {
border: 0;
max-width: 100%;
display: inline-block;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment