본문 바로가기
반응형
SMALL

황혼의사랑1

반응형
BIG

.myredbtn{ -webkit-text-size-adjust: 100%; word-break: break-word; background-color: #e00d0d; border-radius: 28px; border: none; display: inline-block; cursor: pointer; color: #faf8f8 !important; font-family: Arial; font-size: 20px; font-weight: 550; text-align: center; margin-left: auto; margin-right: auto; white-space: nowrap; padding: 10px 35px; box-shadow: 2px 4px 6px #646363; text-shadow: 0px 1px 0px #bb2154; width: 80%; height: 40px; line-height: 40px; overflow: hidden; transition: background 0.3s, transform 0.3s; text-decoration: none; } .myredbtn:hover{ transform: scale(1.05); background-color: #fc6565; text-decoration: underline; }