答案 0 :(得分:7)
你可以试试这个:
.center-justified {
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
答案 1 :(得分:0)
你可以试试这个
HTML:
<div class="center-justified"></div>
的CSS:
.center-justified {
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
答案 2 :(得分:0)
.justified-center {
text-align: justify;
margin: 0 auto;
width: 500px;
}
<div class="justified-center">...lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots
and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots of text......lots and lots
of text...</div>