From 45124f6ea70f56216a6945779ab3d508b2042ece Mon Sep 17 00:00:00 2001 From: Fabricio Silva Date: Wed, 6 Mar 2019 23:28:42 +0000 Subject: [PATCH] setup normalize.css --- index.html | 9 ++++++--- normalize.css | 2 ++ style.css | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 normalize.css create mode 100644 style.css diff --git a/index.html b/index.html index b42a845..62aca13 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,12 @@ - - - fabricionaweb + Fabricio Augusto - Front-end Developer + + hello world diff --git a/normalize.css b/normalize.css new file mode 100644 index 0000000..164ad2e --- /dev/null +++ b/normalize.css @@ -0,0 +1,2 @@ +/* https://github.com/sindresorhus/modern-normalize/blob/v0.5.0/modern-normalize.css */ + html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}hr{height:0}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{padding:0}progress{vertical-align:baseline}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item} \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bf48e3b --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +@import '/normalize.css'; -- 2.51.2