All stylesButtonCraft

Split Center

Animated · .btn-split-center

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 10px
Size
.btn-split-center {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  padding: 12px 26px;
  border: 2px solid #f43f5e;
  border-radius: 10px;
  background: transparent;
  color: #f43f5e;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
}
.btn-split-center::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 8px;
  background: #f43f5e;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.btn-split-center:hover {
  color: #ffffff;
}
.btn-split-center:hover::before {
  transform: scaleX(1);
}

More Animated styles

Button

Sweep Shine

Button

Slide Fill Right

Button

Slide Fill Up

Button

Curtain Down

Next

Arrow Nudge

Continue

Arrow Reveal