최승호

first html

<!DOCTYPE html>
<html>
<head>
<title>대형마트 가격비교</title>
<meta charset="utf-8">
</head>
<body>
</body>
</html>
form {
height: 40px;
width : 400px;
border : 1px solid #1b5ac2;
background : #ffffff;
}
input {
font-size : 16px;
width : 325px;
padding : 10px;
border : 0px;
outline : none;
float : left;
}
#srch_bttn {
width : 50px;
height : 100%;
border : 0px;
background : #1b5ac2;
outline : none;
float : right;
color : #ffffff;
}
input:-ms-input-placeholder {color:#a8a8a8;}
input::-webkit-input-placeholder {color:#a8a8a8;}
input::-moz-placeholder {color:#a8a8a8;}
/*뒤에 서버랑 연결 추가*/