Files
ClassContent/历届学生/front-end-team-10/每天课程/2023-02-13/public.css
2024-09-27 02:06:13 +08:00

21 lines
231 B
CSS

/* 公共样式的css代码 */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
.hidden {
overflow: hidden;
}
.reset {
line-height: 1;
}
.center {
width: 1190px;
margin: 0 auto;
}