Page 246 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 246
이
비밀번호<input id="out" 름 type="text"
placeholder="password"> <input
id="put
" 이메일<input id="put2"
type="text" name="userEmail" placeholder="mail">
</h2>
<center>
<input type="button"
value= 회원가입" " id="button">
</center>
</form>
</body>
</html>
⑤ 배송조회
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/bootstrap.min.css">
<title> 배송조회</title>
<style>
@media screen and (max-width: 480px)
#menu
margin-left: -10%;
form #button
margin-left: 0;
width: 100%;
form #in
width: 90%;
#button
width: 20%; height: 35px; padding: 8px; margin-left: 0%;
background-color: blue; color: white;
border-radius: 15px;
- 255 -