From 11d068cc749c104fb403ae3b1b7e2070b972d74e Mon Sep 17 00:00:00 2001 From: pavanbhagat-15 Date: Thu, 3 Oct 2024 13:56:11 +0530 Subject: [PATCH] Update readme.md --- readme.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 4898616..2e33356 100644 --- a/readme.md +++ b/readme.md @@ -1,21 +1,22 @@ # HTML5 Reset -HTML5 Reset is a simple set of best practices to get web projects off on the right foot. +**HTML5 Reset** is a simple set of best practices to get web projects off on the right foot. ## STREAMLINED FOR 2023 -1. We make almost no opinionated decisions — the style sheet is designed to strip initial styles from browsers, providing a blank slate -2. No more Analytics, Modernizr, or jQuery -3. Basic CSS variables -4. Links to useful 3rd party tools -5. Removed extraneous comments +1. **Minimal Opinionated Decisions**: The style sheet is designed to strip initial styles from browsers, providing a blank slate. +2. **No More Extra Libraries**: Removed Analytics, Modernizr, or jQuery. +3. **Basic CSS Variables**: Utilizes simple CSS variables for better maintainability. +4. **Useful Resources**: Links to helpful third-party tools. +5. **Cleaned Up Comments**: Removed extraneous comments for clarity. -## A note on font-sizing +## A Note on Font-Sizing -We prefer `rem` for the simplicity; you will need to swap in `em` in `styles.css` if that's your style. +We prefer using `rem` for simplicity; however, you will need to swap in `em` in `styles.css` if that's your preferred style. -## Command-line installation: +## Command-Line Installation -``` +To install HTML5 Reset, run the following command: + +```bash bower install HTML5-Reset -```