پیش‌نمایش زنده
کد HTML
<button>
    ✨ Let's  go !
</button>
کد CSS
button {
  padding: 7px 25px;
  border: none;
  background: linear-gradient(-15deg, rgb(31, 33, 124) 0 50%, rgb(202, 76, 214) 90% 95%, rgb(221, 36, 83) 100%);
  box-shadow: inset rgba(255, 255, 255, 0.418) 3px 3px 5px;
  color: white;
  font-family: 'Lora', serif;
  font-style: italic;
  border-radius: 50px;
  transition: all .4s;
}

button:hover {
  box-shadow: inset rgba(255, 255, 255, 0.473) 4px 4px 5px;
}
نوع: button
تاریخ ایجاد: 2026/06/05
آخرین بروزرسانی: 2026/06/05