1Introduction
- description:CSS:功能类
- author:#云淡然
- create:未明确
- update:未明确
- github:https://github.com/blearjs/blear.css.function
2Example
.none {
display: none;
}
.visible {
visibility: visible;
}
.hidden {
visibility: hidden;
}
.pull_left {
float: left;
}
.pull_right {
float: right;
}
.text_left {
text-align: left;
}
.text_center {
text-align: center;
}
.text_right {
text-align: right;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
3Dependencies
- 无依赖
4Reference
无。