Commit 707903c6 authored by Mark Otto's avatar Mark Otto
Browse files

oops, another checkbox needing a new class

parent a6d48b7e
Showing with 3 additions and 3 deletions
+3 -3
...@@ -310,9 +310,9 @@ Because of this, you may need to manually address the width and alignment of ind ...@@ -310,9 +310,9 @@ Because of this, you may need to manually address the width and alignment of ind
<label class="sr-only" for="exampleInputPassword3">Password</label> <label class="sr-only" for="exampleInputPassword3">Password</label>
<input type="password" class="form-control" id="exampleInputPassword3" placeholder="Password"> <input type="password" class="form-control" id="exampleInputPassword3" placeholder="Password">
</div> </div>
<div class="checkbox"> <div class="form-check">
<label> <label class="form-check-label">
<input type="checkbox"> Remember me <input class="form-check-input" type="checkbox"> Remember me
</label> </label>
</div> </div>
<button type="submit" class="btn btn-primary">Sign in</button> <button type="submit" class="btn btn-primary">Sign in</button>
......
Supports Markdown
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