<button onclick="alert('Hi');">Click me</button>
html {
text-align: center;
padding-top: 1em;
background: #f6ddda;
}
button {
padding: 1em 1.2em;
background: #32369a;
color: white;
font-size: 20px;
border-radius: .3em;
border: none;
border-bottom: 4px solid #1b1c47;
cursor: pointer;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.