Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
got rid of positioning on images
  • Loading branch information
kmr18006 committed Apr 24, 2024
1 parent 8a1bad4 commit 1b8d5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions final project/index.html
Expand Up @@ -55,9 +55,9 @@

<div class="collage" id="collage">
<img src="img/cutecat.jpg" alt="cute cat!">
<img src="img/cutecat2.jpg" alt="another cute cat" style="left: 800px">
<img src="img/cutecat3.jpg" alt="omg its another cute cat" style="left: 500px; top: 100px;">
<img src="img/cutecat4.webp" alt="okay last cute cat hehe" style=" left: 100px; top: 300px;">
<img src="img/cutecat2.jpg" alt="another cute cat">
<img src="img/cutecat3.jpg" alt="omg its another cute cat">
<img src="img/cutecat4.webp" alt="okay last cute cat hehe">
</div>


Expand Down

0 comments on commit 1b8d5a2

Please sign in to comment.