Skip to content

Commit e7ecea7

Browse files
committed
Applied markdown beautifier
1 parent 75b256a commit e7ecea7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Custom-Range-Slider/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<p>Simple Custom Range Slider written in HTML, CSS, and JavaScript .</p>
44

5+
### Use of the Project:
6+
7+
<p>Range Sliders are used on web pages to allow the user specify a numeric value which must be no less than a given value, and no more than another given value. That is, it allows to choose value from a range which is represented as a slider.</p>
8+
9+
510
<h3>Used Technologies</h3>
611
<ul>
712
<li>HTML5</li>
@@ -10,17 +15,19 @@
1015
</ul>
1116

1217
#### Steps to Use:
18+
1319
---
1420

1521
- Download or clone the repository
22+
1623
```
1724
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
1825
```
26+
1927
- Go to the directory
2028
- Run the index.html file
2129
- Set the Range According to your wish
2230

23-
2431
<h3> ScreenShots </h3>
2532
<img src = "Custom-Range-Slider.png" alt="Sample Image">
2633
<br>

0 commit comments

Comments
 (0)