20 lines
185 B
CSS
20 lines
185 B
CSS
|
|
table {
|
||
|
|
caption-side: bottom;
|
||
|
|
}
|
||
|
|
|
||
|
|
table caption {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
footer {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
.right {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
.center {
|
||
|
|
text-align: center;
|
||
|
|
}
|