<div>
<button>Hello</button>
</div>
div {
display: flex;
margin: 50px;
justify-content: center;
}
button {
padding: 20px;
font-size: 28px;
}
button:hover {
background-color: black;
color: white;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.