Skip to content

Instantly share code, notes, and snippets.

View huzairyworks's full-sized avatar

Mohd Huzairy huzairyworks

View GitHub Profile
/*
Style name : reset.css
Purpose : Reset browser's default style
Date modified : 17/12/2007
*/
/* Dengan nama Allah yang Maha Pengasih lagi Maha Penyayang... */
/* Global reset */
*{margin:0;padding:0;}
@huzairyworks
huzairyworks / tiny_letter_mod.php
Created August 9, 2011 13:58
TinyLetter embed code
<form action="http://tinyletter.com/mohdhuzairy" method="post" target="popupwindow" onsubmit="window.open('http://tinyletter.com/mohdhuzairy', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><input type="text" name="emailaddress" value="Masukkan emel anda" onfocus="if (this.value == 'Masukkan emel anda') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Masukkan emel anda';}" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /><p>Powered by <a href="http://tinyletter.com"> TinyLetter</a></p></form>