From ab5f0dd645bdb38d8653c347cc5b85403d7e0b0b Mon Sep 17 00:00:00 2001 From: Kai <2644614+Schweinepriester@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:35:43 +0200 Subject: [PATCH] Add origin story of body margin 8px + sprinkle HTTPS --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 427d0ce..06b0fdd 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,10 @@ We will actively support modern browsers, IE 11 and up. For older browsers: * [Web Typography, a book by Richard Rutter, 2017](http://book.webtypography.net) * [Sanitize, created by Jonathan Neal](https://csstools.github.io/sanitize.css) * [Formalize, created by Nathan Smith](https://formalize.me) -* [Normalize, created by Nicolas Gallagher and Jonathan Neal, 2011-2019](http://necolas.github.io/normalize.css) -* [HTML5 Reset Stylesheet, by Richard Clark, 2010](http://html5doctor.com/html-5-reset-stylesheet) +* [Normalize, created by Nicolas Gallagher and Jonathan Neal, 2011-2019](https://necolas.github.io/normalize.css) +* [HTML5 Reset Stylesheet, by Richard Clark, 2010](https://html5doctor.com/html-5-reset-stylesheet) * [CSS Reset, created by Eric Meyer, 2007-2011](https://meyerweb.com/eric/tools/css/reset) -* [Tantek’s CSS Reset: UndoHTML, 2004](http://tantek.com/log/2004/undohtml.css) +* [Tantek’s CSS Reset: UndoHTML, 2004](https://tantek.com/log/2004/undohtml.css) * [A look at CSS Resets in 2018, article by Ire Aderinokun](https://bitsofco.de/a-look-at-css-resets-in-2018) * [A Roundup of CSS Resets, from before 2007 (there were many)](https://perishablepress.com/a-killer-collection-of-global-css-reset-styles) +* [The origin story of `body { margin: 8px; }` by Miriam Suzanne, 2022](https://www.miriamsuzanne.com/2022/07/04/body-margin-8px/)