Skip to content
Snippets Groups Projects
Commit dd2ca76e authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

Nambah css buat sign_up.html di main.css

parent 7f2dca47
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -12,10 +12,10 @@ body { ...@@ -12,10 +12,10 @@ body {
#login_frame { #login_frame {
height: 300px; height: 300px;
width: 300px; width: 400px;
} }
#login_frame > h1 { .frame > h1 {
text-align: center; text-align: center;
} }
...@@ -23,18 +23,41 @@ body { ...@@ -23,18 +23,41 @@ body {
left: 10%; left: 10%;
width: 80%; width: 80%;
height: auto; height: auto;
border: 1px solid red;
position: relative; position: relative;
} }
#login_frame input{ input{
width: 100%; width: 100%;
margin: 1px auto 15px;
} }
#login_frame input[type="submit"] { #login_frame input[type="submit"] {
display: block; display: block;
width: 100px; width: 40px;
margin: auto; 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 { a:link, a:visited {
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Make a new account</title> <title>Sign Up</title>
<link rel="stylesheet" type="text/css" href="../css/main.css"> <link rel="stylesheet" type="text/css" href="../css/main.css">
</head> </head>
<body> <body>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
Confirm password Confirm password
<input type="Password" name="real_name"><br/> <input type="Password" name="real_name"><br/>
Phone number Phone number
<input type="number" name="real_name"><br/> <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="checkbox" name="is_driver" value="true">Also sign me up as a driver<br/>
......
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