Skip to content

Instantly share code, notes, and snippets.

@zhengxiaowai
Created December 6, 2016 07:20
Show Gist options
  • Save zhengxiaowai/faffa076145682cbd9861e25f051ba7e to your computer and use it in GitHub Desktop.
Save zhengxiaowai/faffa076145682cbd9861e25f051ba7e to your computer and use it in GitHub Desktop.
短文本居中,长文本左对其
li {
text-align: center;
}
p {display: inline-block;text-align: left;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment