Skip to content

Commit

Permalink
created a submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha2505 committed Feb 1, 2025
1 parent e6d49ac commit 6c06889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
</head>

<body>
<div class="product__container">
<div class="product__photo">
<div class="product__container product">
<div class="product__photo product">
<div class="photo-container">
<div class="photo-main">
<img src="green-apple.jpg" alt="Green Apple">
</div>
<div class="photo-album">
<div class="photo-album variant">
<ul>
<li><img src="green-apple.jpg" alt="Green Apple"></li>
<li><img src="yellow-apple.jpg" alt="Yellow Apple"></li>
Expand Down

0 comments on commit 6c06889

Please sign in to comment.