From 9b4406dd49eb57e85c0f040d9e03c82efe827e42 Mon Sep 17 00:00:00 2001 From: sushant Date: Thu, 20 Jul 2023 01:18:24 +0530 Subject: [PATCH] create a login and sign up --- index.html | 2 ++ login.css | 16 +++++++++ login.html | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 login.css create mode 100644 login.html diff --git a/index.html b/index.html index 3fa14bf9..da02f0ea 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@
  • Contacts
  • Syllabus
  • Events
  • +
  • Register
  • @@ -273,6 +274,7 @@

    Links

  • About us
  • Features
  • Contact
  • +
    diff --git a/login.css b/login.css new file mode 100644 index 00000000..129820bf --- /dev/null +++ b/login.css @@ -0,0 +1,16 @@ +body { + background: #fafafa; +} +#myForm { + min-height: 100vh; + padding-top: 8%; + padding-bottom: 8%; +} +.my-tab-content { + background: #fff; +} +.my-nav-item { + font-weight: 500; + text-align: center; + width: 50%; +} diff --git a/login.html b/login.html new file mode 100644 index 00000000..b1e49bc9 --- /dev/null +++ b/login.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Hello, world! + + +
    +
    +
    +
    +

    +
    +
    + +
    +
    + + + + +
    +
    + +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + \ No newline at end of file