7 lines
73 B
CSS
7 lines
73 B
CSS
|
.centered {
|
||
|
text-align:center;
|
||
|
}
|
||
|
.down {
|
||
|
vertical-align:text-bottom;
|
||
|
}
|