is it possible to cancel the开发者_如何学JAVA inherited text-align property in 'no-center' DIV?
I'm not sure what you mean but you can override it with a new value:
body { text-align: center; }
div.no-center { text-align: left; }
is it possible to cancel the开发者_如何学JAVA inherited text-align property in 'no-center' DIV?
I'm not sure what you mean but you can override it with a new value:
body { text-align: center; }
div.no-center { text-align: left; }
精彩评论