Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion React/ecommerce/src/Components/Product/Product.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.product{

height: 600px;
height: 700px;
width: 300px;
border:3px solid white;
padding:5px;
Expand Down
2 changes: 1 addition & 1 deletion React/ecommerce/src/Components/Product/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Product(props){

<div className="productImg">

<img src={image} />
<img src={image} alt={title}/>

</div>

Expand Down
2 changes: 1 addition & 1 deletion React/ecommerce/src/Components/ProductList/ProductList.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

}

.productSearch input{
.productSearch input, .productSearch select{
padding:10px;
margin: 20px;
font:2rem;
Expand Down
29 changes: 27 additions & 2 deletions React/ecommerce/src/Components/ProductList/ProductList.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.