CSS
CSS 버튼 디자인
flazeur
2012. 6. 14. 14:07
button {
font-size: 13px;
line-height: 36px;
font-family: sans-serif;
font-weight: bold;
color: #fff;
padding: 0 15px;
border: solid 1px;
border-color: #2978B0 #266FA5 #1C557D;
border-radius: 3px;
background: -webkit-gradient( linear, left top, left bottom, from(#50A9E7), to(#307CB3) );
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 1px rgba(0,0,0,.08);
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
http://bradbirdsall.com/mobile-web-in-high-resolution