Skip to content

Commit

Permalink
Merge pull request #10 from frasdor/frasdor/add/nav-bar
Browse files Browse the repository at this point in the history
fixed bugs
  • Loading branch information
frasdor authored Jul 3, 2024
2 parents e57533e + ef1cdd6 commit ec7fedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Gallery</h2>
<div class="mySlides fade1">
<div class="numbertext">2 / 5</div>
<img src="./images/Animals/Cat-in-forest.jpg" style="width:100%" alt="beautiful gray cat on a path with leaves">
<div class="text">Professional Photo of a Cats</div>
<div class="text">Professional Photo of a Cat</div>
</div>

<div class="mySlides fade1">
Expand All @@ -116,7 +116,7 @@ <h2>Gallery</h2>
<div class="mySlides fade1">
<div class="numbertext">4 / 5</div>
<img src="./images/Animals/Cat-Big.jpg" style="width:100%" alt="gray Persian cat with yellow eyes">
<div class="text">Professional Photo of a Cats</div>
<div class="text">Professional Photo of a Cat</div>
</div>
<div class="mySlides fade1">
<div class="numbertext">5 / 5</div>
Expand Down
6 changes: 2 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
::selection {
color: white;
background: rgb(14, 54, 28);
;

}

header {
Expand Down Expand Up @@ -106,9 +106,7 @@ nav {
width: 100%;
height: auto;
overflow: hidden;
/* max-width: 1000px;
position: relative;
margin: auto; */

}

/* Hide the images by default */
Expand Down

0 comments on commit ec7fedc

Please sign in to comment.