slide_btn.css 500 Bytes
.m-slide-btn {
  border: 1px solid #e2e2e2;
  border-radius: 17px;
  overflow: hidden;
}
.m-slide-btn li {
  width: 33.3%;
  line-height: 1.5;
  text-align: center;
  float: left;
  border-right: none;
  box-sizing: border-box;
}
.m-slide-btn li .text {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-slide-btn li.on .text {
  color: #FFF !important;
}