버튼(button) 디자인 CSS 예제
<style type="text/css">
.button1
{
background: #5BB6FF;
border: none;
border-radius: 3px;
color: #ffffff;
display: block;
width: 100px;
height: 30px;
font: 13px "Gulim", "Dotum", Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 0;
padding: 1px 1px 1px 1px;
text-shadow: 0px 0px 0px 0px #e7e7e7;
}
</STYLE>
<input type="button" value="버튼" class="button1">
'프로그래밍 > CSS' 카테고리의 다른 글
<div> 태그 width:100%일 때 border 값 있을 경우 100% 초과해서 레이아웃이 깨지는 경우 (0) | 2018.02.02 |
---|