0
点赞
收藏
分享

微信扫一扫

【车载开发系列】MISRA-C概念介绍

若如初梘 2024-09-26 阅读 17

可以去这边查看几乎所有的属性

CSS 参考手册

背景颜色   background-color

1.字体

字体族  font-family

字体大小  font-size

字体风格  font-style

字体粗细   font-weight

字体复合属性   font

font-style、font-variant、font-weight、font-size/line-height 以及 font-family 的简写属性。要按照顺序,可以不设置某个值,未设置的使用默认值。

2.文本

文本颜色   color

文本间距

letter-spacing  字符间距

word-spacing   单词间距

文本划线   text-decoration

文本缩进   text-indent

文本对齐   text-align

文本行高   line-height

3.列表

列表标记属性   list-style-type

4.边框

边框属性   border

border-width、border-style 以及 border-color 的简写属性。

举报

相关推荐

0 条评论