Skip to content

Commit 1381f1c

Browse files
Add files via upload
1 parent 3734061 commit 1381f1c

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

facebookclone.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
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+
<script src="https://cdn.tailwindcss.com"></script>
7+
<script src="https://unpkg.com/feather-icons"></script>
8+
<title>Facebookclone</title>
9+
</head>
10+
<body>
11+
<!--upper portion-->
12+
<div class=" h-[620px] bg-blue-100 flex ">
13+
14+
15+
<div class="w-10/12 max-w-[900px] flex flex-row justify-between items-center mx-auto">
16+
<!--left part-->
17+
<div >
18+
<h1 class="font-bold text-6xl text-blue-600" >facebook</h1>
19+
<p class="text-2xl mt-4">Facebook helps you connect and share <br>with the people in your life.</p>
20+
</div>
21+
22+
23+
<!--right part-->
24+
<div>
25+
<div class="w-[400px] h-[320px] bg-white rounded mt-14 ">
26+
<div class="flex flex-col justify-between items-center">
27+
<input type="text" placeholder="EMAIL ADDRESS OR PHONE NO."
28+
class="w-[350px] h-10 mt-4 rounded border-2 p-4"
29+
>
30+
<input type="password" placeholder="PASSWORD" class="w-[350px] h-10 mt-4 rounded border-2 p-4">
31+
<div class="w-15 bg-blue-600 mt-4 h-10 rounded text-center border-2">
32+
<button class=" w-[350px] h-10 text-white text-xl ">
33+
Log In
34+
</button>
35+
</div>
36+
<a href="#" class="mt-4 text-blue-600">Forgotten password?</a>
37+
<hr class="w-[370px] bg-slate-400 mt-4"></hr>
38+
<button class="bg-green-600 w-[180px] h-12 text-white mt-8 rounded ">
39+
Create new account
40+
</button>
41+
</div>
42+
</div>
43+
<div class="mt-2 flex justify-center">
44+
<p><a href="" class="font-bold">Create a page</a> for a celebrity, brand or business.</p>
45+
</div>
46+
</div>
47+
</div>
48+
</div>
49+
<!--bottom part-->
50+
51+
<div class="w-[950px] max-w-[900px] flex flex-col justify-between items-center mx-auto">
52+
53+
<div class="w-[950px] flex text-sm justify-start text-slate-400">
54+
<a href="" class="mt-2">ENGLISH(UK)</a>
55+
<a href="" class="m-2">বাংলা</a>
56+
<a href="" class="m-2">हिंदी</a>
57+
<a href="" class="m-2">آپ کا خیرمقدم </a>
58+
<a href="" class="m-2">नेपाली </a>
59+
<a href="" class="m-2"> ଓଡ଼ିଆ </a>
60+
<a href="" class="m-2"> ESPANOL</a>
61+
<a href="" class="m-2">BRAZIL</a>
62+
<a href="" class="m-2"> FRANCE</a>
63+
<a href="" class="m-2"> ITALIANO</a>
64+
<!--<div class="flex items-center justify-center bg-slate-200 w-6 h-4 mt-2 pt-2 m-2 rounded border-2 border-black border-opacity-20">
65+
<div class="flex items-center justify-center h-2">
66+
<div class="w-2 h-4 bg-black"></div> Vertical part
67+
<div class="h-2 w-4 bg-black"></div> Horizontal part
68+
</div>
69+
70+
</div>-->
71+
</div>
72+
<div class="w-[950px] h-0.5 mt- bg-slate-200 opacity "></div>
73+
<div class="w-[950px] mt-2 text-sm text-slate-400">
74+
<a href="" >Sign up</a>
75+
<a href="" class="m-4">Log in</a>
76+
<a href="" class="m-2">messengar</a>
77+
<a href="" class="m-2">facebook lite</a>
78+
<a href="" class="m-2">video</a>
79+
<a href="" class="m-2">places</a>
80+
<a href="" class="m-2">games</a>
81+
<a href="" class="m-2">market place</a>
82+
<a href="" class="m-2">meta pay</a>
83+
<a href="" class="m-2">meta store</a>
84+
<a href="" class="m-2">Meta Quest</a>
85+
<a href="" >Ran-ban meta</a>
86+
<a href="" class="m-2">Meta Ai</a>
87+
<a href="" class="m-2">Instagram</a>
88+
<a href="" class="m-2">Threads</a>
89+
<a href="" class="m-2">fundrasiers</a>
90+
<a href="" class="m-2">services</a>
91+
<a href="" class="m-2">Voting Information center</a>
92+
<a href="" class="m-2">Privacy Policy</a>
93+
<a href="" class="m-2">Privacy Center</a>
94+
<a href="" class="m-2">Groups</a>
95+
<a href="" class="m-2">About</a>
96+
<a href="" class="m-2">Creat ad</a>
97+
<a href="" class="m-2">Creat page</a>
98+
<a href="" class="m-2">Develpoers</a>
99+
<a href="" class="m-2">Carriers</a>
100+
<a href="" class="m-2">Cookies</a>
101+
<a href="" class="m-2">Adchoices</a>
102+
<a href="" class="m-2">Terms</a>
103+
<a href="" class="m-2">Help</a>
104+
<a href="">contactuploadingnon-user</a>
105+
106+
</div>
107+
</div>
108+
</body>
109+
</html>

0 commit comments

Comments
 (0)