HTML 폼 버튼에 색상 삽입하기
페이지 정보
본문
<html>
<head>
<style type="text/css">
<!--
.format{
background-color:#3366FF;
border-color:#330066;
font-size: 11px;
font-weight:bold;
letter-spacing:5px;
height:50px;
}
-->
</style>
</head>
<body>
<center>
<form>
<input name="home" type="button" value="home" class="format">
</form>
</center>
</body>
</html>
댓글목록
등록된 댓글이 없습니다.