CSS Button Generator

Design modern buttons.

.my-button {
  background-color: #0070f3;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}