From 7a607666047c696e744b9dbeab66d60ba69fa886 Mon Sep 17 00:00:00 2001 From: Rohit Jadhav <34981708+Rohit177@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:08:53 +0530 Subject: [PATCH 1/2] Create index.html --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..fd9629c --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + Custom CSS Styles + + + + + + + +
+
+

Login

+
+
+ + +
+
+ + +
+ +
+
+ + +
+ + + + + From a16c5ebbca343fc672e22ae4e6b6cdd8379aef51 Mon Sep 17 00:00:00 2001 From: Rohit Jadhav <34981708+Rohit177@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:09:30 +0530 Subject: [PATCH 2/2] Update login.css --- login.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/login.css b/login.css index 8629c07..bab1bd0 100644 --- a/login.css +++ b/login.css @@ -1,15 +1,24 @@ /* NavBar */ .navbar-inverse { + padding: 20px 10px; background-color: #273A5A; border-color: #080808; } .navbar-inverse .navbar-brand { color: #ffffff; font-family: "Roboto", sans-serif; + font-size: 20px; + font-weight: bold; + padding-left: 20px; } +.navbar-inverse a:hover { + color: blue; + } + /* Body */ body { + margin: 0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; @@ -26,7 +35,7 @@ body { background-color: #ecf0f5; } .jumbotron .h1, .jumbotron h1 { - font-size: 45px; + font-size: 30px; } .col-sm-6 .col-sm-offset-3{ background-color: white; @@ -39,6 +48,24 @@ body { margin-top: 25px; } +.btn{ + margin-top: 30px; + color: white; + padding: 10px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; +} + +input[type=text], input[type=password] { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #ccc; + box-sizing: border-box; + } .btn-warning { color: #fff;