본문 바로가기


/* 빨간색 버튼 */ .myButton { box-shadow:inset 0px 39px 0px -24px #e67a73; background-color:#e4685d; border-radius:17px; border:3px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:20px; font-weight:bold; padding:20px 76px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } .myButton:hover { background-color:#eb675e; } .myButton:active { position:relative; top:1px; }