본문 바로가기

광화문광장마켓1


.myButton { box-shadow: 0px 0px 0px 2px #9fb4f2; background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px; border:1px solid #4e6096; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:19px; padding:17px 76px; text-decoration:none; text-shadow:0px 1px 0px #283966; } .myButton:hover { background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%); background-color:#476e9e; } .myButton:active { position:relative; top:1px; } .myButton { box-shadow:inset 0px 0px 0px 0px #f7c5c0; background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%); background-color:#fc8d83; border-radius:16px; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:17px; font-weight:bold; padding:16px 76px; text-decoration:none; text-shadow:1px -1px 50px #b23e35; } .myButton:hover { background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%); background-color:#e4685d; } .myButton:active { position:relative; top:1px; }