Skip to content

Instantly share code, notes, and snippets.

View yxchai's full-sized avatar

Yunxiang(Woody) Chai yxchai

View GitHub Profile
@yxchai
yxchai / Outlook Page Break Gap Testing File.html
Last active March 4, 2018 10:54
Outlook Page Break Gap Testing File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
<!-- This xmlns code is needed for VML like that used in bullet proof buttons and backgrounds -->
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- For Media Queries -->
@yxchai
yxchai / abc.css
Created January 19, 2017 09:18
Testing
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Arthritis Foundation&reg;</title>
<style>
* {
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
@yxchai
yxchai / preferences.json
Last active December 23, 2015 07:59
Emmet configuration files for email developer, snippets.json is my personal snippets which have much more advanced snippets. You should create your own snippets.json for your own snippets.
{
"css.color.short": false,
"css.intUnit": "px"
}