Skip to content

Instantly share code, notes, and snippets.

View jeradhill's full-sized avatar

Jerad Hill jeradhill

View GitHub Profile
@jeradhill
jeradhill / facebook-landing-page-code.html
Created May 18, 2011 22:07
Code used to create a Facebook Landing page. You can use this code in both sections, full instructions are located at my blog: http://jeradhill.com
<style type='text/css'>
#wrapper {width:520px;height:500px;margin:0 auto; border:0; padding:0;position:relative;}
</style>
<div id="wrapper">
<div style="width:520px;">
<img src="http://yourimage.com/location/image.jpg" />
</div>
</div>