본문 바로가기
삶은 여행

돌이 운다

by 양우 2009. 3. 8.
300x250


돌이 우는 소리 처음 들었지만 정말 머릿속에 많이 남는다
다시 듣고 싶다

300x250

/** 텍스트박스 **/ .button { box-shadow: 0px 1px 4px 0px #000000; background-color:#004AAD!important; border-radius:20px; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:20px; padding-top:20px; padding-bottom:20px; text-decoration:none; width: 100%; text-align : center; white-space: nowrap!important; } .button:hover { background-color: #378CFF!important; color: #ffffff!important; font-weight: bold!important; transform: scale(1.05); } .button:active { position:relative; top:1px; }