Laravel  
laravel
文档
数据库
架构
入门
php技术
    
Laravelphp
laravel / php / java / vue / mysql / linux / python / javascript / html / css / c++ / c#

css 文字对齐

作者:暗夜幽殤   发布日期:2026-06-21   浏览:86

/* 文字水平居中对齐 */
.text-center {
  text-align: center;
}

/* 文字左对齐 */
.text-left {
  text-align: left;
}

/* 文字右对齐 */
.text-right {
  text-align: right;

/* 文字两端对齐 */
.text-justify {
  text-align: justify;
}

解释说明:

  • text-align: center;:使文字在容器内水平居中对齐。
  • text-align: left;:使文字在容器内左对齐。
  • text-align: right;:使文字在容器内右对齐。
  • text-align: justify;:使文字在容器内两端对齐,最后一行除外。

上一篇:css文字过长显示省略号

下一篇:在线css

大家都在看

css好看的字体

css 红色

css 瀑布流布局grid

css盒子

css字体加粗怎么设置的

css三种引入方式

换行 css

css设置文字不换行

css文字超长省略号

css图片铺满整个背景

Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3

Laravel 中文站