Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasemizade committed Jul 8, 2024
1 parent 2e5cb63 commit c80051e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>

<title>Bouncy Gallary</title>
</head>
<body>
<div class="container">
<div class="gallary">
<div class="picture-container">
<img class="picture picture-1" src="./gallary/p1.jpg" alt="">
<img class="picture picture-1 selected" src="./gallary/p1.jpg" alt="">
</div>
<div class="picture-container">
<img class="picture picture-2" src="./gallary/p2.jpg" alt="">
Expand Down

0 comments on commit c80051e

Please sign in to comment.