css3 中text-align:justify_html/css_WEB-ITnose

WBOY
リリース: 2016-06-21 09:08:50
オリジナル
1168 人が閲覧しました

css3 の

text-align:center:justify;

この属性は、単語の両端を揃えることを意味します。

justify の値はテキストの両端を揃えることができます。両端揃えテキストでは、テキスト行の左端と右端が親要素の内側の境界線に配置されます。次に、行の長さが正確に同じになるように、単語と文字の間の間隔を調整します。

例:

<!DOCTYPE html><html>  <head>    <meta charset="utf-8">    <title>css中display:justify</title>    <style>    .box1{ width:500px; line-height:20px; margin:10px auto; background-color:#cdd; text-align:justify;}    .box2{ width:500px; line-height:20px; margin:10px auto; background-color:#cdd; text-align:left;}    </style>  </head>  <body>      <div>There is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file. Yes, really</div>      <div>There is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file. Yes, really</div>  </body></html>
ログイン後にコピー

レンダリング:

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート