Skip to content
Snippets Groups Projects
Commit 7e660e76 authored by Iqbal's avatar Iqbal
Browse files

Fixed some styling

parent 5aef6594
Branches
No related merge requests found
......@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login Page</title>
<title>Login Page | Dagojek</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
......@@ -26,6 +26,7 @@
<input type="password" placeholder="Password" name="password">
<br>
<input type="submit" value="Login">
<a id="register-link" href="register.html">Don't have an account?</a>
<br>
</fieldset>
</form>
......
#login-body {
#login-body, #register-body {
background-color: #333333;
color: #ffffff;
}
#login-header {
#login-header, #register-header {
text-align: center;
margin-top: 50px;
}
#login-main {
#login-main, #register-main {
horiz-align: center;
width: 40%;
width: 25%;
height: 60%;
margin: 0 auto;
}
#register-link {
float: right;
color: #f4df42;
margin-top: 0.3em;
}
#register-panel input {
}
input {
margin-top: 5px;
margin-bottom: 5px;
......
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