Skip to content

Commit

Permalink
Merge pull request #727 from RahulPrasadYadav/fix/rating
Browse files Browse the repository at this point in the history
added rating in the product
  • Loading branch information
Tejashri-Taral authored Oct 31, 2024
2 parents 4c47b1a + ade8fb3 commit 3832636
Show file tree
Hide file tree
Showing 7 changed files with 1,073 additions and 12 deletions.
219 changes: 215 additions & 4 deletions Boy.html

Large diffs are not rendered by default.

196 changes: 196 additions & 0 deletions accessories.html

Large diffs are not rendered by default.

214 changes: 211 additions & 3 deletions child.html

Large diffs are not rendered by default.

227 changes: 225 additions & 2 deletions mens.html

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ html {
position: relative;
}

.star{
margin: 10px;
}
.checked{
color: orange;
}


/* Add to Cart Button */
.add-to-cart {
background-color: black;
Expand Down Expand Up @@ -552,7 +560,7 @@ html {

.product {
width: 24.5%;
height: 420px;
height: 390px;
/* background-color: green; */
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -1309,6 +1317,9 @@ main {
}
.cardimage {
width: 200px;

height: 270px;
=======
height: 290px;
transition: 1s;
}
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ h2 {

}


/* to make hover effect */

/* Target all div elements with the feature class */
Expand Down
215 changes: 213 additions & 2 deletions womens.html

Large diffs are not rendered by default.

0 comments on commit 3832636

Please sign in to comment.