Skip to content

Commit

Permalink
add comps images
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirSaenko committed Mar 22, 2021
1 parent 495ba84 commit f8c81aa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
Binary file added images/computer1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/computer2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/computer3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/computer4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li>Mobile</li>
<li>Shoe</li>
<li>Watch</li>
<li>Computer</li>
</ul>
<div class="product">
<div class="itemBox" data-item="camera">
Expand Down Expand Up @@ -79,6 +80,18 @@
<div class="itemBox" data-item="watch">
<img src="images/watch4.jpg" alt="watch4"></img>
</div>
<div class="itemBox" data-item="computer">
<img src="images/computer1.jpg" alt="computer1"></img>
</div>
<div class="itemBox" data-item="computer">
<img src="images/computer2.jpg" alt="computer2"></img>
</div>
<div class="itemBox" data-item="computer">
<img src="images/computer3.jpg" alt="computer3"></img>
</div>
<div class="itemBox" data-item="computer">
<img src="images/computer4.jpg" alt="computer4"></img>
</div>
</div>
</div>
<script src="scripts/filterscript.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
visibility: hidden;
}

@media(max-width:400px) {
@media(max-width: 600px) {
.container ul {
align-items: center;
flex-wrap: wrap;
Expand Down

0 comments on commit f8c81aa

Please sign in to comment.