9 lines
89 B
CSS
9 lines
89 B
CSS
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
button.center {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|