课程代码
This commit is contained in:
13
web_test/test3/tableTitle.css
Normal file
13
web_test/test3/tableTitle.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* 表格标题(caption)样式定义,对应实验要求的标题样式 */
|
||||
caption {
|
||||
/* 标题字体粗细为bold */
|
||||
font-weight: bold;
|
||||
/* 标题字体大小为24px */
|
||||
font-size: 24px;
|
||||
/* 标题字体颜色为#0DAEB4 */
|
||||
color: #0DAEB4;
|
||||
/* 标题背景颜色为bisque */
|
||||
background-color: bisque;
|
||||
/* 标题行高为36px */
|
||||
line-height: 36px;
|
||||
}
|
||||
Reference in New Issue
Block a user