From 008c9604e8e08eb6628de17e3fea3b49f4f8bd63 Mon Sep 17 00:00:00 2001 From: Tyni Egoda Gedarage <83944194+TyniEgodagedarage@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:32:44 +0530 Subject: [PATCH 1/2] Create style1.css --- style1.css | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 style1.css diff --git a/style1.css b/style1.css new file mode 100644 index 0000000..b6db9cd --- /dev/null +++ b/style1.css @@ -0,0 +1,101 @@ +body +{ + margin: 0; + padding: 0; + background-color:#6abadeba; + font-family: 'Arial'; +} +.login{ + width: 382px; + overflow: hidden; + margin: auto; + margin: 20 0 0 450px; + padding: 80px; + background: #23463f; + border-radius: 15px ; + +} +h1{ + text-align: center; + color: #277582; + padding: 20px; +} +h2{ + text-align: center; + color: #277582; + padding: 20px; +} +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} + +li { + float: left; +} + +li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +/* Change the link color to #111 (black) on hover */ +li a:hover { + background-color: #111; +} +#one31{ + color: #FDFEFE; + font-size: 25px; + text-align: center; +} +#one33{ + font-size: 25px; + text-align: center; +} +#one32{ + font-size: 25px; + text-align: center; +} +label{ + color: #08ffd1; + font-size: 17px; +} +#Uname{ + width: 300px; + height: 30px; + border: none; + border-radius: 3px; + padding-left: 8px; +} +#Pass{ + width: 300px; + height: 30px; + border: none; + border-radius: 3px; + padding-left: 8px; + +} +#log{ + width: 300px; + height: 30px; + border: none; + border-radius: 17px; + padding-left: 7px; + color: blue; + + +} +span{ + color: white; + font-size: 17px; +} +a{ + float: right; + background-color: grey; +} From d2f5c9dc666cef17263d52383e5b9d4e22599716 Mon Sep 17 00:00:00 2001 From: Tyni Egoda Gedarage <83944194+TyniEgodagedarage@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:36:19 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 5f2194f..bbd4d5a 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@
+