diff --git a/assets/css/SignUp_Bhupesh.css b/assets/css/SignUp_Bhupesh.css index 6c38456..e65324e 100644 --- a/assets/css/SignUp_Bhupesh.css +++ b/assets/css/SignUp_Bhupesh.css @@ -132,26 +132,6 @@ background-color: #c9d9e8; height: 100%; object-fit: cover; } - -/* .banner-text { - color: #333; - padding: 0px 0px; - text-align: center; - font-size: 24px; - - -} -.banner-text h2{ - text-transform: uppercase; - display: block; - text-align: center; - - color: #0f231c; -} */ - -/* button{ - width: 100%; -} */ .subheading-00{ color:#efe8db; text-align: center; @@ -325,7 +305,6 @@ background-color: #c9d9e8; align-items: center; justify-content:flex-start; gap: 1rem; - /* background-color:; */ } .features-small-screen .feature-card{ @@ -337,25 +316,8 @@ background-color: #c9d9e8; } - - - .features-small-screen .feature-img-div { - /* max-width: 100%; */ - /* position: relative; - /* overflow: scroll; */ - /* box-sizing: border-box; */ - /* background-color: #ccc; */ - margin-bottom: 10px; */ - } - .feature-img-div{ - /* max-width: 768px; - height: 250px; - border-radius: 50px; */ - /* object-fit: fill; - display: flex; - justify-content: center; - align-items: center; */ + margin-bottom: 10px; } .feature-img-div img{ width: 100%; @@ -375,24 +337,6 @@ background-color: #c9d9e8; } } -/* .feature-card-body .text :hover{ -color: #83a6c7; -} */ - - -/* hire form */ -/* .candidates{ - display: flex; - gap: 10px; - border: solid #30303088; - border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - padding: 20px; - justify-content: space-around; - align-items: center; - margin-bottom: 80px; - -} */ /* ************whyhire*********** */ diff --git a/assets/css/student_registration_bhupesh.css b/assets/css/student_registration_bhupesh.css new file mode 100644 index 0000000..1ce135a --- /dev/null +++ b/assets/css/student_registration_bhupesh.css @@ -0,0 +1,133 @@ + +body{ + background-color: #fafafa; +} +.form-section{ + + position: relative; + padding-top: 80px; + display: flex; + justify-content: center; + align-items: center; +} +.mainbody{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.header{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-family: Inter, sans-serif; +} +.header h2{ + font-size: 40px; + line-height: 1.2; + font-weight: 800; +} +.header h2 span{ + color: #4faf8e; + text-decoration: wavy; + /* text-decoration: underline; */ + text-underline-position: under; +} + +.google_signup{ + border-radius: 20px; + border: solid 1px #ddd; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} +.signup_container{ + background-color: #fff; + margin: 20px 0px; + padding: 40px ; + border: solid 1px #ddd; + display: flex; + justify-content: center; + flex-direction: column; + gap: 10px; + box-shadow: -2px -2px 6px rgba(0,107,194,.12), 2px 2px 6px rgba(0,107,194,.12); + border-radius: 12px; +} + +.or{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.or p{ + background-color: #fff; + z-index: 9; +} +.or .border{ + margin-top: -27px; + color: #4faf8e; + width: 100%; +} + +button{ + border: none; + font-size: 16px; + cursor: pointer; + padding: 10px; + border-radius: 5px; +} + +.signup_button{ + background-color: #4faf8e; + color: white; + +} +.email_signup { + display:flex; + flex-direction: column; + gap: 35px; +} +.email_signup p{ + text-align: left; + line-height: 1px; +} +.email_signup input{ + width: 100%; + height: 40px; + border-radius: 5px; + border: solid 1px #ddd; + outline: #4faf8e; + +} + +.name{ + width: 100%; + display: flex; + flex-direction: row; + gap: 2rem; + justify-content: left; +} + +.firstname{ + width: 100%; +} + +.lastname{ + width: 100%; +} + + +@media (max-width: 980px) { + .mainbody .header{ + display: block; + text-align: left; + } + + .signup_container{ + margin: 0px; + border: none; + padding: 0; + + } +} \ No newline at end of file diff --git a/internlive_org/SignUp-Student_Bhupesh.html b/internlive_org/SignUp-Student_Bhupesh.html new file mode 100644 index 0000000..309198b --- /dev/null +++ b/internlive_org/SignUp-Student_Bhupesh.html @@ -0,0 +1,87 @@ + + + +
+ + + + +OR
+ +Password
+ +First Name
+ +Last Name
+ +By signing up, you agree to our Terms and Conditions.
+Already registered?Login
+