Skip to content
Snippets Groups Projects
Commit 0c0c0437 authored by Akmal Fadlurohman's avatar Akmal Fadlurohman
Browse files

Merge branch 'master' of...

Merge branch 'master' of http://gitlab.informatika.org/IF3110-2017-K02-OneHundred/TugasBesar1_2017 Menambahkan database PR-Ojek.sql
parents 7e889556 dd2ca76e
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -12,10 +12,10 @@ body {
#login_frame {
height: 300px;
width: 300px;
width: 400px;
}
#login_frame > h1 {
.frame > h1 {
text-align: center;
}
......@@ -23,18 +23,41 @@ body {
left: 10%;
width: 80%;
height: auto;
border: 1px solid red;
position: relative;
}
#login_frame input{
input{
width: 100%;
margin: 1px auto 15px;
}
#login_frame input[type="submit"] {
display: block;
width: 100px;
margin: auto;
width: 40px;
margin: 0 auto 15px;
}
#sign_up_frame {
width: 400px;
height: 550px;
}
input[type="checkbox"]{
width: 0;
margin-right: 10px;
}
#sign_up_frame input[type="submit"]{
display: block;
width: 80px;
margin: 15px auto;
}
#sign_up_frame > div {
left: 10%;
width: 80%;
height: auto;
position: relative;
}
a:link, a:visited {
......
<!DOCTYPE html>
<html>
<head>
<title>Sign Up</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
</head>
<body>
<div id="sign_up_frame" class="frame">
<h1>-- Sign up --</h1>
<div>
<form method="post">
Your name
<input type="text" name="real_name"><br/>
Username
<input type="text" name="real_name"><br/>
Email
<input type="Email" name="real_name"><br/>
Password
<input type="Password" name="real_name"><br/>
Confirm password
<input type="Password" name="real_name"><br/>
Phone number
<input type="text" name="real_name"><br/>
<input type="checkbox" name="is_driver" value="true">Also sign me up as a driver<br/>
<input type="submit" value="REGISTER">
</form>
</div>
</div>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment