12 lines
132 B
CSS
12 lines
132 B
CSS
button {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 40%;
|
|
}
|
|
|
|
h4 {
|
|
text-align: center;
|
|
color: white;
|
|
}
|