Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김지완
/
KhuPang
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최승호
2019-11-22 21:37:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24deaad018b688adf675cf63309fa77a3bc16c02
24deaad0
1 parent
467f720c
first html
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
first_html/index.html
first_html/mart_css.css
first_html/index.html
0 → 100644
View file @
24deaad
<!DOCTYPE html>
<html>
<head>
<title>
대형마트 가격비교
</title>
<meta
charset=
"utf-8"
>
</head>
<body>
</body>
</html>
first_html/mart_css.css
0 → 100644
View file @
24deaad
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
;}
/*뒤에 서버랑 연결 추가*/
Please
register
or
login
to post a comment