<button class="btn">
Hello World
</button>
.btn {
width: 100px;
height: 100px;
border-radius: 50%;
border: none;
background: slateblue;
color: white;
font-size: 20px;
font-weight: 500;
line-height: 1;
}
.btn:hover {
transform: translateY(-10px);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.