Skip to content

Commit

Permalink
Improvement of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
12-malak committed Oct 5, 2022
1 parent 6ac8c82 commit ed0578c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gradientiser-BgGenerator


This is a open source css gradient background generator. Hope it will help the community to get a beautiful background in just one click. The dynamic gradient backgroundIt is based on generating css from javascript dom manipulation. The randomly generated background is based on using inbuilt random function present in JavaScript and used it to generate hex codes for colors and make it work.
This is a open source CSS gradient background generator. Hope it will help the community to get a beautiful background in just one click. The dynamic gradient backgroundIt is based on generating css from JavaScript dom manipulation. The randomly generated background is based on using inbuilt random function present in JavaScript and used it to generate hex codes for colors and make it work.

This app helps you create a dynamic gradient background in a single click!

Expand All @@ -13,7 +13,7 @@ This app helps you create a dynamic gradient background in a single click!

## How To Use

- You can just visit the [website](https://nirbhayparmar.github.io/gradientiser-BgGenerator/) where we we have hosted our code to pick the background of your choosing easily!
- You can just visit the [website](https://nirbhayparmar.github.io/gradientiser-BgGenerator/) where we have hosted our code to pick the background of your choosing easily!

The dynamic gradient background is based on generating the CSS via JavaScript DOM manipulation. We use the inbuilt random function present in JavaScript to randomly generate hex colors which we use to build our backgrounds!

Expand All @@ -39,5 +39,5 @@ Head on over to our [Contributing Guide](https://github.com/Nirbhayparmar/gradie



Visit this link to visit the live the website- [https://nirbhayparmar.github.io/gradientiser-BgGenerator/](https://nirbhayparmar.github.io/gradientiser-BgGenerator/)
Visit the live website- [https://nirbhayparmar.github.io/gradientiser-BgGenerator/](https://nirbhayparmar.github.io/gradientiser-BgGenerator/)

1 comment on commit ed0578c

@12-malak
Copy link
Contributor Author

@12-malak 12-malak commented on ed0578c Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some typos and grammatical errors in the previous README.md. I have corrected those. issue #12

Please sign in to comment.