Skip to content

Instantly share code, notes, and snippets.

@catoidrobo
Created February 26, 2016 04:44
Show Gist options
  • Save catoidrobo/ffb88b275ad0d5feac3f to your computer and use it in GitHub Desktop.
Save catoidrobo/ffb88b275ad0d5feac3f to your computer and use it in GitHub Desktop.
imgを中央揃えにしたいが、divタグでくくれないとき
imgCeter{
display: block;
margin-left: auto;
margin-right: auto;
}
<img src="hoge.jpg" class="imgCeter" />
参考
http://wayohoo.com/programming/css/how-to-center-the-img-tag.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment