Skip to content

Instantly share code, notes, and snippets.

@ashby
Last active August 29, 2015 14:02
Show Gist options
  • Save ashby/3e095237cbb582e108c1 to your computer and use it in GitHub Desktop.
Save ashby/3e095237cbb582e108c1 to your computer and use it in GitHub Desktop.
CSS: WP Image Styles
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment