Skip to content

Instantly share code, notes, and snippets.

@raimusyndrome
Created April 3, 2013 09:49
Show Gist options
  • Save raimusyndrome/5299879 to your computer and use it in GitHub Desktop.
Save raimusyndrome/5299879 to your computer and use it in GitHub Desktop.
画像を横に並べて表示する時のひな形
<div style="margin: 0 auto;">
<div style="float: left;">
</div>
<div style="float: left;">
</div>
<div style="clear: both;">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment