-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
41 lines (32 loc) · 1.11 KB
/
join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/join.css">
<title>회원가입</title>
</head>
<body>
<div class="text">
<h2 class="text1">문자인증 1번만 하면</h2>
<h2 class="text1">가입이 완료돼요!</h2>
</div>
<div class="textbox">
<input type="text" class="tb" id="name" name="name" size="45">
<div>
<input type="text" class="tb" id="tell" name="tell" size="30">
<button class="btn">인증 받기</button>
</div>
<input type="text" class="tb" id="num" name="num" size="45">
<div>
<button class="gender" id="female">여자</button>
<button class="gender" id="male">남자</button>
</div>
</div>
<div class="image-container">
<button class="bt"><img src="images/check_btn.png" class="btimg2"></button>
</div>
</body>
</html>