Showing
2 changed files
with
37 additions
and
0 deletions
first_html/index.html
0 → 100644
first_html/mart_css.css
0 → 100644
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 | +/*뒤에 서버랑 연결 추가*/ |
-
Please register or login to post a comment