Skip to content

Instantly share code, notes, and snippets.

@tsmsogn
Last active December 16, 2015 02:09
Show Gist options
  • Select an option

  • Save tsmsogn/5360670 to your computer and use it in GitHub Desktop.

Select an option

Save tsmsogn/5360670 to your computer and use it in GitHub Desktop.
[html]Snippets
<!--[if lt IE 7]>
<p>IE 7 未満</p>
<![endif]-->
<![if gte IE 7 ]>
<p>IE 7 以上 && IE 以外</p>
<![endif]>
- 完全に中央にする
```
親要素に text-align: center;
子要素に display: inline-block;
```
margin: 0 auto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment