From 03db55e68259618d7d4dca8b2982355aa54b06bc Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:54:09 +0530 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 71954f2..9c1f9cb 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,29 @@ -# normalize.css - Normalize Logo - + width="160" height="160" align="right"> +# normalize.css > A modern alternative to CSS resets [![npm][npm-image]][npm-url] [![license][license-image]][license-url] [![changelog][changelog-image]][changelog-url] [![gitter][gitter-image]][gitter-url] +--- -**NPM** +## Setting Up + +* CDN [here](https://yarnpkg.com/en/package/normalize.css) + +* Download normalize.css [here](https://necolas.github.io/normalize.css/latest/normalize.css) + +* Using npm ```sh npm install --save normalize.css ``` -**CDN** -See https://yarnpkg.com/en/package/normalize.css - -**Download** - -See https://necolas.github.io/normalize.css/latest/normalize.css - - -## What does it do? +## What Does It Do? * Preserves useful defaults, unlike many CSS resets. * Normalizes styles for a wide range of elements. @@ -35,7 +32,7 @@ See https://necolas.github.io/normalize.css/latest/normalize.css * Explains what code does using detailed comments. -## Browser support +## Browser Support * Chrome * Edge @@ -45,7 +42,7 @@ See https://necolas.github.io/normalize.css/latest/normalize.css * Opera -## Extended details and known issues +## Extended Details and Known Issues Additional detail and explanation of the esoteric parts of normalize.css.