物化 CSS |表格
表格是组织大量数据的一种很好且简单的方式。物化 CSS 提供了一些工具类来设置表格的样式。除了改善移动体验,手机屏幕宽度上的所有表格都自动居中。以下是表格的样式:
-
Stripped Table:
```html <!DOCTYPE html>
Student Study Time(days) Marks Atul 2 80 Aman 4 71 Ansh 2 98 John 5 96 ```
输出:
-
Bordered Table:
```html <!DOCTYPE html>
Student Study Time(days) Marks Atul 2 80 Aman 4 71 Ansh 2 98 John 5 96 ```
输出:
-
Highlighted Table:
```html <!DOCTYPE html>
Student Study Time(days) Marks Atul 2 80 Aman 4 71 Ansh 2 98 John 5 96 ```
输出:
-
Centered Table:
```html <!DOCTYPE html>
Student Study Time(days) Marks Atul 2 80 Aman 4 71 Ansh 2 98 John 5 96 ```
输出:
-
Responsive Table:
```html <!DOCTYPE html>
Student Study Time(days) Marks Atul 2 80 Aman 4 71 Ansh 2 98 John 5 96 ```
听着:
版权属于:月萌API www.moonapi.com,转载请注明出处