├── img
├── add.PNG
├── home.png
├── icon.png
├── like.PNG
├── new.png
├── save.PNG
├── send.PNG
├── comment.PNG
├── explore.PNG
├── option.PNG
├── profile.png
├── search.png
├── smile.PNG
├── wall1.jpg
├── wall2.png
├── wall3.jpg
├── wall4.jpg
├── wall5.jpg
├── wall6.jpg
├── instagram.png
├── messenger.PNG
├── profile1.jpg
├── profile2.jpg
├── profile3.jpg
├── profile4.jpg
├── profile5.jpg
├── profile6.jpg
├── profile7.jpg
├── profile8.jpg
└── profile9.jpg
├── style.css
└── index.html
/img/add.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/add.PNG
--------------------------------------------------------------------------------
/img/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/home.png
--------------------------------------------------------------------------------
/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/icon.png
--------------------------------------------------------------------------------
/img/like.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/like.PNG
--------------------------------------------------------------------------------
/img/new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/new.png
--------------------------------------------------------------------------------
/img/save.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/save.PNG
--------------------------------------------------------------------------------
/img/send.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/send.PNG
--------------------------------------------------------------------------------
/img/comment.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/comment.PNG
--------------------------------------------------------------------------------
/img/explore.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/explore.PNG
--------------------------------------------------------------------------------
/img/option.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/option.PNG
--------------------------------------------------------------------------------
/img/profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile.png
--------------------------------------------------------------------------------
/img/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/search.png
--------------------------------------------------------------------------------
/img/smile.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/smile.PNG
--------------------------------------------------------------------------------
/img/wall1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall1.jpg
--------------------------------------------------------------------------------
/img/wall2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall2.png
--------------------------------------------------------------------------------
/img/wall3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall3.jpg
--------------------------------------------------------------------------------
/img/wall4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall4.jpg
--------------------------------------------------------------------------------
/img/wall5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall5.jpg
--------------------------------------------------------------------------------
/img/wall6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/wall6.jpg
--------------------------------------------------------------------------------
/img/instagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/instagram.png
--------------------------------------------------------------------------------
/img/messenger.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/messenger.PNG
--------------------------------------------------------------------------------
/img/profile1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile1.jpg
--------------------------------------------------------------------------------
/img/profile2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile2.jpg
--------------------------------------------------------------------------------
/img/profile3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile3.jpg
--------------------------------------------------------------------------------
/img/profile4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile4.jpg
--------------------------------------------------------------------------------
/img/profile5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile5.jpg
--------------------------------------------------------------------------------
/img/profile6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile6.jpg
--------------------------------------------------------------------------------
/img/profile7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile7.jpg
--------------------------------------------------------------------------------
/img/profile8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile8.jpg
--------------------------------------------------------------------------------
/img/profile9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/salnish/instagramclone/HEAD/img/profile9.jpg
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | margin: 0;
3 |
4 | }
5 | .header{
6 | position: fixed;
7 | width: 100%;
8 | height: 60px;
9 | background: #ffff;
10 | border-bottom: 1px solid #afadad;
11 | }
12 | .logo{
13 | width: 20%;
14 | padding-left: 156px;
15 | padding-top: 17px;
16 | float: left;
17 | }
18 | .inst{
19 | height: 29px;
20 | width: 103px;
21 | margin: 0;
22 | }
23 |
24 | .center{
25 | float: left;
26 | width: 20%;
27 | padding-top: 9px;
28 | padding-left: 75px;
29 | }
30 | .option{
31 | float: left;
32 | width: 20%;
33 | height: 45px;
34 | padding-left: 90px;
35 |
36 | }
37 | .search{
38 | height: 36px;
39 |
40 | }
41 | .txt{
42 | height: 100%;
43 | width: 100%;
44 | border-radius: 14px;
45 | color: rgba(var(--i1d,38,38,38),1);
46 | border: 0;
47 | padding: 3px 16px;
48 | background: rgba(var(--bb2,239,239,239),1);
49 | font-size: 16px;
50 | }
51 | .ser{
52 | cursor: pointer;
53 | height: 22px;
54 | width: 22px;
55 | }
56 |
57 | .icon-table{
58 | border-spacing: 21px;
59 |
60 | }
61 | .scroll{
62 | float: left;
63 | margin-right: 28px;
64 | max-width: 614px;
65 | width: 100%;
66 | }
67 | .story{
68 | border: 1px solid rgba(var(--b6a,219,219,219),1);
69 | border-radius: 3px;
70 | margin-bottom: 24px;
71 | margin-top: 0;
72 | padding: 16px 0;
73 | }
74 | .main{
75 | float: left;
76 | margin-left: 12%;
77 | padding-top: 91px;
78 | width: 614px;
79 | }
80 | .round-img{
81 | border-radius: 50%;
82 | }
83 | .storyImg{
84 | width: 50px;
85 | height: 50px;
86 | padding: 1px;
87 | border:solid hotpink;
88 | cursor: pointer;
89 | }
90 | .storyT{
91 | border-spacing: 18px;
92 | }
93 | .final{
94 | float: left;
95 | position: fixed;
96 | min-width: 300px;
97 | width: 100%;
98 | height: 100%;
99 | margin-left: 767px;
100 | margin-top: 62px;
101 | background: #ffff;
102 | padding-left: 20px;
103 |
104 | }
105 | .content{
106 | border: 1px solid rgba(var(--b6a,219,219,219),1);
107 | border-radius: 3px;
108 | width: 100%;
109 | height: fit-content;
110 | background:#ffff;
111 | margin-bottom: 20px;
112 | }
113 | .content-header{
114 | width: 100%;
115 | height: 45px;
116 | }
117 | .profile{
118 | float: left;
119 | width: 7%;
120 | height: 89%;
121 | background:#ffff;
122 | padding-left: 5px;
123 | padding-top: 5px
124 | }
125 |
126 | .media{
127 | width: 100%;
128 | min-height: 500px;
129 | max-height: fit-content;
130 | display: flex;
131 | align-items: center;
132 | background:black;
133 | }
134 | .media-content{
135 | max-width: 614px;
136 | min-width: 594;
137 | min-height: 300px;
138 | max-height: fit-content;
139 | width: 100%;
140 | height: 100%;
141 | }
142 | .profile-img{
143 | width: 32px;
144 | height: 32px;
145 | padding: 1px;
146 | border:solid hotpink;
147 | cursor: pointer;
148 | }
149 | .profile-name{
150 | float: left;
151 | width: 70%;
152 | height: 45px;
153 | background:#ffff;
154 | }
155 | .con-option{
156 | float: left;
157 | width: 7%;
158 | height: 70%;
159 | padding-top: 14px;
160 | padding-left: 93px;
161 | }
162 | .pro-text{
163 | margin-top: 16px;
164 | margin-bottom: 16px;
165 | }
166 | .op-icon{
167 | width: 25px;
168 | height: 15px;
169 | cursor: pointer;
170 | }
171 | .controls{
172 | width: 100%;
173 | height: 50px;
174 | display: flex;
175 | align-items: center;
176 | }
177 | .control-icons{
178 | height: 20px;
179 | width: 20px;
180 | padding-left: 20px;
181 | cursor: pointer;
182 | }
183 | .r-icon{
184 | height: 23px;
185 | width: 23px;
186 | padding-left: 457px;
187 | cursor: pointer;
188 | }
189 | .likes{
190 | width: 100%;
191 | height:fit-content;
192 | margin-left: 15px;
193 | }
194 | .txtl{
195 | margin-top: 2px;
196 | margin-bottom: 2px;
197 | cursor: pointer;
198 | }
199 | .txtl1{
200 | color: gray;
201 | font-size: small;
202 | }
203 | .comment-box{
204 | width: 100%;
205 | height:40px;
206 | display: flex;
207 | align-items: center;
208 | border-top: 1px solid rgba(var(--b6a,219,219,219),1);
209 | }
210 | .cmt{
211 | background: 0;
212 | height: 100%;
213 | width: 80%;
214 | padding-left: 20px;
215 | border: 0;
216 | font-size: 16px;
217 | }
218 | .post{
219 | color: rgba(0, 255, 255, 0.836);
220 | padding-left: 20px;
221 | font-family: Arial, Helvetica, sans-serif;
222 | cursor: pointer;
223 |
224 | }
225 | .profile-card{
226 | width: 80%;
227 | height: fit-content;
228 | display: flex;
229 | align-items: baseline;
230 | padding-top: 55px;
231 | }
232 | .card-img{
233 | width: 55px;
234 | height: 55px;
235 | cursor: pointer;
236 | }
237 | .swt{
238 | color: #0095f6;
239 | padding-left: 160px;
240 | }
241 | .name{
242 | padding-left:10px ;
243 | }
244 | .s-title{
245 | width: 80%;
246 | height: fit-content;
247 | }
248 | .c-title{
249 | color: #afadad;
250 | font-family: Arial, Helvetica, sans-serif;
251 | }
252 | .see{
253 | padding-left: 130px;
254 | }
255 | .seee{
256 | font-family: Arial, Helvetica, sans-serif;
257 | font-size: 12px;
258 | }
259 | .s-people{
260 | width: 80%;
261 | height: fit-content;
262 | }
263 | .p-img{
264 | width: 35px;
265 | height: 35px;
266 | cursor: pointer;
267 | }
268 | .flw{
269 | color: #0095f6;
270 | padding-left: 160px;
271 | font-size: 14px;
272 | font-family: Arial, Helvetica, sans-serif;
273 | }
274 | .st{
275 | margin: 0;
276 | }
277 | .about{
278 | width: 80%;
279 | height: fit-content;
280 | margin-top: 20px;
281 | }
282 | .under{
283 | text-decoration: none;
284 | color:#c7c7c7;
285 | font-size: 14px;
286 | font-family: Arial, Helvetica, sans-serif;
287 | }
288 | .copy{
289 | width: 80%;
290 | height: fit-content;
291 | margin-top: 20px;
292 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Instagram
8 |
9 |
10 |
11 |
12 |
13 |
39 |
260 |
261 |
262 |
263 |
264 |  |
265 | Salniz_sk bykzz |
266 | switch |
267 |
268 |
269 |
270 |
271 |
272 |
273 | Suggestions For You |
274 | See All |
275 |
276 |
277 |
278 |
279 |
280 |
281 |  |
282 | Tom Follows You |
283 | Follow |
284 |
285 |
286 |  |
287 | jerry New To Instagram |
288 | Follow |
289 |
290 |
291 |  |
292 | Killer Follows You |
293 | Follow |
294 |
295 |
296 |  |
297 | SuKu Follows You |
298 | Follow |
299 |
300 |
301 |  |
302 | Mr_Bean Follows You |
303 | Follow |
304 |
305 |
306 |
307 |
322 |
326 |
327 |
328 |
329 |
330 |
331 |
332 |
--------------------------------------------------------------------------------