본문 바로가기

분류 전체보기

(41)

/*할로윈레드버튼*/ .myButton { box-shadow:inset -50px 25px 0px -50px #e67a73; background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%); background-color:#e4685d; border-radius:22px; border:4px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:21px; font-weight:bold; padding:15px 28px; text-decoration:none; text-shadow:4px 7px 0px #b23e35; } .myButton:hover { background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%); background-color:#eb675e; } .myButton:active { position:relative; top:1px; }