본문 바로가기

.myButton { box-shadow:inset 0px 0px 0px -24px #e67a73; background-color:#e4685d; border-radius:42px; display:inline-block; cursor:pointer; color:#ffffff !important; font-family:Arial; font-size:28px; padding:20px 76px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } .myButton:hover { background-color:#eb675e; } .myButton:active { position:relative; top:1px; }