Skip to content

Commit 13b3ba7

Browse files
committed
Fix : Readme.md file
1 parent 1796b43 commit 13b3ba7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

28-E-commerce-Website/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
margin: 0;
33
padding: 0;
44
box-sizing: border-box;
5-
font-family: roboto;
5+
font-family: Roboto;
66
scroll-behavior: smooth;
77
}
88
.margin1 {

Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ This project is a simple web-based Coin Toss game. The HTML file sets up the str
278278

279279
[Live Preview](https://zpratikpathak.github.io/25-Javascript-Projects-for-beginner/26-Toss-a-coin) | [Source Code](https://github.com/zpratikpathak/25-Javascript-Projects-for-beginner)
280280

281+
<hr>
282+
283+
### 28. E-commerce Website
284+
285+
This project is a simple web-based E-commerce Website. The HTML file sets up the structure of the website, which includes a Homepage, a product page, and single product page.
286+
287+
[Live Preview](https://zpratikpathak.github.io/25-Javascript-Projects-for-beginner/28-E-commerce-Website) | [Source Code](https://github.com/zpratikpathak/25-Javascript-Projects-for-beginner)
288+
281289
Want to add your Javascript Project? Feel free to contribute, open a Pull Request [Contribute](https://github.com/zpratikpathak/25-Javascript-Projects-for-beginner)
282290

283291
<hr>

0 commit comments

Comments
 (0)