html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
app name : I forgot it 🤔,
releasing date : I don't know😅
created by : Amardeep kesharwani
--- Radhe Radhe 💕---
tags :
#error , #facebook_sdk
sololearn web browser not support all native browser features
#How to show facebook post on web page
#entertainment #fun #timespass
#Facebook_for_developers
make something different 😉
this is a very simple code , nothing any special work
Ho khulle ground mein aake Uccha sound bajaake
Red wala color lagaake Nachenge hero ban kar 🕺🕺
Ho Jai Jai Shiv Shankar 🔱 Aaj mood hai bhayankar
-->
<!DOCTYPE html>
<html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body{
margin:0;
}
.nav {
height:55px;
width:100%;
background: #fff;
position: sticky;
top:0;
box-sizing:border-box;
display:flex;
align-items: center;
justify-content: space-between;
box-shadow:2px 0 5px rgba(0,0,0,0.2);
margin-bottom:20px;
padding:0 20px;
z-index:8;
}
.fb-post {
margin-bottom:25px;
box-sizing:border-box;
}
main {
padding:15px;
}
.logo {
color: #3f51b5;
font-size:17px;
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run