최승호

first html

1 +<!DOCTYPE html>
2 +<html>
3 + <head>
4 + <title>대형마트 가격비교</title>
5 + <meta charset="utf-8">
6 + </head>
7 + <body>
8 +
9 + </body>
10 +</html>
1 +form {
2 + height: 40px;
3 + width : 400px;
4 + border : 1px solid #1b5ac2;
5 + background : #ffffff;
6 +}
7 +input {
8 + font-size : 16px;
9 + width : 325px;
10 + padding : 10px;
11 + border : 0px;
12 + outline : none;
13 + float : left;
14 +}
15 +#srch_bttn {
16 + width : 50px;
17 + height : 100%;
18 + border : 0px;
19 + background : #1b5ac2;
20 + outline : none;
21 + float : right;
22 + color : #ffffff;
23 +}
24 +input:-ms-input-placeholder {color:#a8a8a8;}
25 +input::-webkit-input-placeholder {color:#a8a8a8;}
26 +input::-moz-placeholder {color:#a8a8a8;}
27 +/*뒤에 서버랑 연결 추가*/