4 lines
51 B
CSS
4 lines
51 B
CSS
|
div.title {
|
||
|
display: block;
|
||
|
margin: auto;
|
||
|
}
|