Skip to content

Commit ace3fe6

Browse files
committed
styling
1 parent 3d03c5b commit ace3fe6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<meta name="description" content="">
88
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
99
<meta name="generator" content="Hugo 0.84.0">
10-
<title>Signin Template · Bootstrap v5.0</title>
10+
<title>Signin</title>
1111

1212
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/sign-in/">
1313

14-
15-
1614
<!-- Bootstrap core CSS -->
1715
<link href="./assets/dist/css/bootstrap.min.css" rel="stylesheet">
1816

@@ -32,7 +30,6 @@
3230
}
3331
</style>
3432

35-
3633
<!-- Custom styles for this template -->
3734
<link href="signin.css" rel="stylesheet">
3835
</head>
@@ -48,6 +45,7 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
4845
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
4946
<label for="floatingInput">Email address</label>
5047
</div>
48+
5149
<div class="form-floating">
5250
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
5351
<label for="floatingPassword">Password</label>
@@ -58,13 +56,12 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
5856
<input type="checkbox" value="remember-me"> Remember me
5957
</label>
6058
</div>
59+
6160
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
62-
<p class="mt-5 mb-3 text-muted">&copy; 2017-2021</p>
61+
<p class="mt-5 mb-3 text-muted">&copy; 2024</p>
6362
</form>
6463
</main>
6564

66-
67-
6865
</body>
6966

7067
</html>

0 commit comments

Comments
 (0)