Make youtube playlists out of facebook feeds.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
368 B

html {
background-color: #C2E0D1;
min-height: 100%;
}
body {
font-family: sans-serif;
max-width: 800px;
min-height: 100%;
margin: 0px auto;
padding: 50px 100px 100px 100px;
background-color: #EBF5F0;
box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}
h1, a {
color: #339966;
}
.displaynone, #fbbutton {
display: none;
}