Skip to content

Instantly share code, notes, and snippets.

View danxczm's full-sized avatar
🎯
Focusing

danbohdan danxczm

🎯
Focusing
View GitHub Profile
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
@fcarneiro
fcarneiro / emailreset.css
Created January 28, 2016 14:40
HTML Email Reset & Client-specific Styles
<style type="text/css">
/*////// RESET STYLES //////*/
p{margin:0 0 10px 0;}
a{word-wrap:break-word;}
table{border-collapse:collapse;}
h1, h2, h3, h4, h5, h6{display:block; margin:0; padding:0;}
img, a img{border:0; height:auto; outline:none; text-decoration:none;}
body, #bodyTable, #bodyCell{height:100%; margin:0; padding:0; width:100%;}
/*////// CLIENT-SPECIFIC STYLES //////*/