diff --git a/about.html b/about.html index df1043036..a1bfe176c 100644 --- a/about.html +++ b/about.html @@ -3,6 +3,7 @@ + Document diff --git a/contact.html b/contact.html index 7c293bd11..da90a9c28 100644 --- a/contact.html +++ b/contact.html @@ -3,6 +3,7 @@ + Document diff --git a/index.html b/index.html index d01f779ff..eb0712ccb 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Document diff --git a/projects.html b/projects.html index 266e620b0..359a1c856 100644 --- a/projects.html +++ b/projects.html @@ -3,6 +3,7 @@ + Document diff --git a/style/index.css b/style/index.css index 440e53514..04ededb0e 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,49 @@ +/* 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%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} /* Add CSS styling here */ \ No newline at end of file