From 4debd50535bcbb3d123c55a4c6a684e8e39bdc78 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 2 Jan 2024 13:10:35 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78d4400..5551df6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,13 @@ A simple, modern CSS reset based on Josh Comeau's [My Custom CSS Reset](https://www.joshwcomeau.com/css/custom-css-reset/). -Thanks to Chris Coyier for their [excellent article](https://chriscoyier.net/2023/11/27/the-hanging-punctuation-property-in-css/) on the hanging-punctuation property. \ No newline at end of file +Thanks also to Chris Coyier for their [excellent article](https://chriscoyier.net/2023/11/27/the-hanging-punctuation-property-in-css/) on the hanging-punctuation property. + +## Features: +* Uses a more-intuitive box-sizing model +* Improves media defaults +* Removes built-in form typography styles +* Avoids text overflows +* Removes default margin +* Applies curly quotes to blockquotes +* Applies hanging-punctuation with a fallback where unsupported \ No newline at end of file