1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Linkedin Login</ title >
7+ < style >
8+ body {
9+ display : flex;
10+ align-items : center;
11+ justify-content : center;
12+ font-family : sans-serif;
13+ line-height : 1.5 ;
14+ min-height : 100vh ;
15+ background : rgb (42 , 140 , 238 );
16+ flex-direction : column;
17+ margin : 0 ;
18+ }
19+
20+ .main {
21+ border-radius : 8px ;
22+ background-color : # fff ;
23+ padding : 10px 20px ;
24+ width : 500px ;
25+ text-align : center;
26+ }
27+
28+ h1 {
29+ color : hsl (0 , 0% , 100% );
30+ }
31+
32+ label {
33+ display : block;
34+ width : 100% ;
35+ margin-top : 10px ;
36+ margin-bottom : 5px ;
37+ text-align : left;
38+ color : # 555 ;
39+ font-weight : bold;
40+ }
41+
42+
43+ input {
44+ display : block;
45+ width : 100% ;
46+ margin-bottom : 15px ;
47+ padding : 10px ;
48+ box-sizing : border-box;
49+ border : 1px solid # ddd ;
50+ border-radius : 5px ;
51+ }
52+
53+ button {
54+ border-radius : 4px ;
55+ padding : 15px ;
56+ margin-top : 15px ;
57+ margin-bottom : 15px ;
58+ border : none;
59+ color : white;
60+ cursor : pointer;
61+ background-color : # 337bce ;
62+ width : 100% ;
63+ font-size : 16px ;
64+ }
65+
66+ .wrap {
67+ display : flex;
68+ justify-content : center;
69+ align-items : center;
70+ }
71+ </ style >
72+ </ head >
73+
74+ < body >
75+ < h1 style ="color: aliceblue; cursor: pointer; "> Linked < span > < svg xmlns ="http://www.w3.org/2000/svg " width ="25 " height ="25 " fill ="currentColor " class ="bi bi-linkedin " viewBox ="0 0 16 16 ">
76+ < path d ="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z "/>
77+ </ svg > </ span > </ h1 >
78+ < h1 align ="center "> Make the most of your professional life</ h1 >
79+ < div class ="main ">
80+ < form action ="">
81+ < label for ="first "> First name</ label >
82+ < input type ="text " id ="first " name ="first " >
83+ < label for ="password "> Last name</ label >
84+ < input type ="password id= "Last name " name="Last name " >
85+ < label for ="password "> Email</ label >
86+ < input type ="password id= "Email " name="Email " >
87+ < label for ="password "> Password(6 or more characters)</ label >
88+ < input type ="password id= "password " name="password ">
89+ < p > You agree to the Linkedin < B > User Agreement, Privacy Policy,</ B > and < b > Cookie Policy</ b > </ p >
90+
91+
92+ < div class ="wrap ">
93+ < button type ="submit "
94+ onclick ="solve() ">
95+ Agree & Join
96+ </ button >
97+ </ div >
98+ </ form >
99+ < p > Already on Linkedin?
100+ < a href ="abc "
101+ style ="text-decoration: none; ">
102+ Sign in
103+ </ a >
104+ </ p >
105+ </ div >
106+ < P style ="color: white; "> Linkedin Corporation @ 2019</ P >
107+ </ body >
108+ </ html >
0 commit comments