Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions login/login.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@

font-size: 14px !important;

}
}
</style>
</head>
<body>

<div class="container">
<h1 >my first login page</h1>
<form>
<div class="form-group ">
<label for="userid" class="size-color">enter your user id </label>
<label for="userid" class="size-color"><u>enter your user id </u></label>
<input type="text" id="userid" class="form-control" placeholder="please your user id" size="45" required>
</div>
<div class="form-group">
<label for="userid " class="size-color">enter your Password </label>
<label for="userid " class="size-color"><u>enter your Password </u></label>
<input type="password" id="userid" class="form-control" placeholder="please your password" size="450" required>
</div>
</form>
</form>

<div class="row">
<div class="col-xs-4">
<button class="btn btn-block btn-success ">Login</button>
</div> <div class="col-xs-4">
<a href="register.view.html">
<button class="btn btn-block btn-primary">Registration</button></a>
</div>

</div>
</div>
</body>


</body>
14 changes: 7 additions & 7 deletions login/register.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

font-size: 14px !important;

}
}
.margin{
margin-top: 50px;
margin-left:inherit;
Expand All @@ -28,7 +28,7 @@
</style>
</head>
<body>

<div class="container well margin">
<h1 >my first register page</h1>
<form>
Expand All @@ -52,7 +52,7 @@ <h1 >my first register page</h1>
<div class="col-xs-4"><label>
<input type="checkbox" name="female" class="form-control">male</label>
</div>

</div>
</form>
<div class="row">
Expand All @@ -63,8 +63,8 @@ <h1 >my first register page</h1>
<button class="btn btn-block btn-primary">Cancel</button></a>
</div>
</div>


</div>
</body>

</body>