본문 바로가기

/*빨간버튼*/ .myButton { box-shadow:inset 0px 1px 0px 0px #f7c5c0; background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%); background-color:#fc8d83; border-radius:26px; border:3px solid #d83526; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:20px; font-weight:bold; padding:19px 53px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } .myButton:hover { background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%); background-color:#e4685d; } .myButton:active { position:relative; top:1px; }