Skip to content

Commit 4e1d651

Browse files
committed
docs: grammar and ui
1 parent 25efb79 commit 4e1d651

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
# Reseter.css
2-
3-
![Reseter.css Logo](https://github.com/krishdevdb/reseter.css/raw/master/logo.png)
4-
5-
## Normalizing but better
6-
7-
[![Code Quality](https://img.shields.io/codefactor/grade/github/krishdevdb/reseter.css?style=flat-square&logo=codefactor)](https://www.codefactor.io/repository/github/krishdevdb/reseter.css)
8-
9-
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/reseter.css?style=flat-square)](https://bundlephobia.com/result?p=reseter.css)
10-
11-
[![Twitter URL](https://img.shields.io/twitter/url?color=%23ffffff00&logo=twitter&style=for-the-badge&url=https%3A%2F%2Fgithub.com%2Fkrishdevdb%2Freseter.css)](https://twitter.com/intent/tweet?url=https://github.com/krishdevdb/reseter.css&text=Reseter.css%20helped%20me%20out%20in%20my%20website%20by%20normalizing%20everything.%20And%20Reseting%20The%20Browser%20Default%20Styles.%20Now%20My%20Website%20Looks%20The%20Same%20Across%20All%20Browsers)
12-
13-
![Reseter.css Preview](https://github.com/krishdevdb/reseter.css/raw/master/.github/assets/showcase.png)
14-
15-
[Website](https://krishdevdb.github.io/reseter.css) Β· [Request a Feature](https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb%27&labels=feature+request&template=feature-request.md&title=Request%3A+) Β· [Report a Bug](https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb&labels=bug&template=bug-report.md&title=Bug%3A+)
1+
<!-- markdownlint-disable-next-line -->
2+
<div align="center"><p><a href="https://www.codefactor.io/repository/github/krishdevdb/reseter.css"><img src="https://img.shields.io/codefactor/grade/github/krishdevdb/reseter.css?style=flat-square&logo=codefactor"></a> <a href="https://bundlephobia.com/result?p=reseter.css"><img src="https://img.shields.io/bundlephobia/minzip/reseter.css?style=flat-square"></a> <a href="#-contributors"><img src="https://img.shields.io/github/all-contributors/krishdevdb/reseter.css?style=flat-square&logo=github"></a></p><img height="100px" width="100px" src="https://github.com/krishdevdb/reseter.css/raw/master/logo.png"><br><h1>Reseter.css</h1><h5>A Futuristic Alternative to Normalize.css and CSS Resets</h5><a href="https://twitter.com/intent/tweet?url=https://github.com/krishdevdb/reseter.css&text=Reseter.css%20helped%20me%20out%20in%20my%20website%20by%20normalizing%20everything.%20And%20Reseting%20The%20Browser%20Default%20Styles.%20Now%20My%20Website%20Looks%20The%20Same%20Across%20All%20Browsers"><img alt="Twitter URL" src="https://img.shields.io/twitter/url?color=%23ffffff00&logo=twitter&style=for-the-badge&url=https%3A%2F%2Fgithub.com%2Fkrishdevdb%2Freseter.css"></a><br><p><img src="https://github.com/krishdevdb/reseter.css/raw/master/.github/assets/showcase.png" height="400"></p><p><a href="https://krishdevdb.github.io/reseter.css">Website</a> Β· <a href="https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb%27&labels=feature+request&template=feature-request.md&title=Request%3A+">Request a Feature</a> Β· <a href="https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb&labels=bug&template=bug-report.md&title=Bug%3A+">Report a Bug</a></p></div>
163

174
## πŸ€“ Benefits
185

19-
* [x] No need to start from scratch. Reseter.css doesn't remove all the browser styles, but instead redifines the useful ones
20-
* [x] Never switch preprocessors/technologies. `sass`, `less`, `scss`, `stylus`, and `styled-components` support available.
6+
* [x] No need to start from scratch. Reseter.css doesn't remove all the browser styles, but instead redefines the useful ones
7+
* [x] Never switch technologies. `sass`, `less`, `scss`, `stylus`, and `styled-components` support available.
218
* [x] Never find yourself fixing browser issues. **Includes browser fixes** for a wide range of browsers.
229
* [x] No need debugging load time for Reseter.css. It's **sized ~0.7kb**. Moreover, we are consistently trying to reduce it.
2310
* [x] Get **all the benefits of normalize.css**. It includes all normalizations!
@@ -26,7 +13,7 @@
2613

2714
## ❓ Why do I use a css reset
2815

29-
There are many inconsistencies between browsers. Like Firefox 3 has a margin on top of paragraphs but Internet Explorer 7 doesn't have any margin. There are thousands of browsers with hundreds of versions. Each version at least has 500+ inconsitencies with different browsers' different versions. How to keep up? This is an easy to use solution called **reseter.css**
16+
There are many inconsistencies between browsers. Like Firefox 3 has a margin on top of paragraphs but Internet Explorer 7 doesn't have any margin. There are thousands of browsers with hundreds of versions. Each version at least has 500+ inconsistencies with different browsers' different versions. How to keep up? This is an easy to use solution called **reseter.css**
3017

3118
![Browser Inconsistencies](https://github.com/krishdevdb/reseter.css/raw/master/.github/assets/css_reset.png)
3219

@@ -36,7 +23,7 @@ There are many inconsistencies between browsers. Like Firefox 3 has a margin on
3623
| :------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
3724
| Normalizations | βœ… | βœ… | βœ… | ❌ |
3825
| Basic elemental styles | βœ… | Partial | βœ… | ❌ |
39-
| Size (by [bundlephobia](http://bundlephobia.com/)) | ![GitHub file size in bytes](https://img.shields.io/github/size/krishdevdb/reseter.css/css/reseter.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/necolas/normalize.css/normalize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/csstools/sanitize.css/sanitize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/shannonmoeller/reset-css/reset.css?style=flat-square) |
26+
| Size (by [bundle phobia](http://bundlephobia.com/)) | ![GitHub file size in bytes](https://img.shields.io/github/size/krishdevdb/reseter.css/css/reseter.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/necolas/normalize.css/normalize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/csstools/sanitize.css/sanitize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/shannonmoeller/reset-css/reset.css?style=flat-square) |
4027
| Minified version | ![npm bundle size](https://img.shields.io/bundlephobia/min/reseter.css?style=flat-square) | ❌ (Minify yourself) | ❌(Minify yourself) | ❌(Minify yourself) |
4128
| GZIP version | ![npm bundle size](https://img.shields.io/bundlephobia/minzip/reseter.css?style=flat-square) | ❌ (Compress yourself) | ❌ (Compress yourself) | ❌ (Compress yourself) |
4229
| Box sizing | βœ… | ❌ | βœ… | ❌ |
@@ -56,7 +43,7 @@ There are many inconsistencies between browsers. Like Firefox 3 has a margin on
5643
</head>
5744
<body>
5845
<h1>Reseter.css Quick Start</h1>
59-
<p>Hey fella! Don't foget to change the title text an remove this paragraph and the heading</p>
46+
<p>Hey fella! Don't forget to change the title text an remove this paragraph and the heading</p>
6047
</body>
6148
</html>
6249
```
@@ -164,15 +151,15 @@ Reseter.css as said, is a zero-dependency project and excels in integrating with
164151
* [x] [Stack overflow](https://stackoverflow.com/questions/ask?tags=resetercss%20css%20webdev)
165152
* [x] [Bug handler](https://github.com/krishdevdb/reseter.css/issues)
166153

167-
## ⌚ Roadmap
154+
## ⌚ Road Map
168155

169156
* [ ] Comment Blocks In The Sources
170157

171158
* [ ] Long Documentation
172159

173160
* [ ] Guide
174161

175-
> All of these are moved to the [Benefits section](#-benefits) once done
162+
> All of these items are moved to the [Benefits section](#-benefits) once done
176163
177164
## ❀ Thanks to our supporters
178165

0 commit comments

Comments
Β (0)