Last active
December 16, 2015 02:09
-
-
Save tsmsogn/5360670 to your computer and use it in GitHub Desktop.
[html]Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if lt IE 7]> | |
| <p>IE 7 未満</p> | |
| <![endif]--> | |
| <![if gte IE 7 ]> | |
| <p>IE 7 以上 && IE 以外</p> | |
| <![endif]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 完全に中央にする | |
| ``` | |
| 親要素に text-align: center; | |
| 子要素に display: inline-block; | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| margin: 0 auto; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment