정부지원사업 (5)

/*연두색 버튼*/ .myButton {   box-shadow:11px17px21px-7px#3e7327;   background:linear-gradient(tobottom, #77b55a5%, #72b352100%);   background-color:#77b55a;   border-radius:15px;   border:6pxsolid#4b8f29;   display:inline-block;   cursor:pointer;   color:#ffffff;   font-family:Verdana;   font-size:26px;   font-weight:bold;   padding:11px32px;   text-decoration:none;   text-shadow:-1px3px2px#5b8a3c; } .myButton:hover {   background:linear-gradient(tobottom, #72b3525%, #77b55a100%);   background-color:#72b352; } .myButton:active {   position:relative;   top:1px; }