分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 软件开发

CSS 文本样式

发布时间:2023-09-06 02:14责任编辑:傅花花关键词:CSS

1. 文本样式 text

<!--文本颜色color ???-->.text {color:red;}

2. 文本对齐方式    text-align

<style> ???.text { ???????text-align:left;/*向左对齐*/ ??????????} ???.text { ???????text-align:center;/*居中*/ ???} ???.text { ???????text-align:right;/*向右对齐*/ ???} ???.text { ???????text-align:justify;/*两端对齐*/ ???}</style>

3. 文本修饰   text-decoration

.decoration { ???????text-decoration:none;/*默认样式*/ ???}.decoration { ???????text-decoration:overline;/*上划线*/ ???}.decoration { ???????text-decoration:underline;/*下划线*/ ???}.decoration { ???????text-decoration:line-through;/*删除线*/ ???}

4. 字体 font

.text { ???????font-family:"微软雅黑";/*字形 微软雅黑*/ ???????font-size:10px;/*字体大小 10像素*/ ???????font-style:italic;/*字体样式 斜体 */ ???????/*字体样式还有 ?????????????normal 正常的 ??????????????oblique 倾斜体 ???????*/ ???} ???

CSS 文本样式

原文地址:https://www.cnblogs.com/zhoumao/p/9631484.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved