Skip to content

Commit

Permalink
Merge pull request #870 from sneha056/issue-fix-869
Browse files Browse the repository at this point in the history
added home button in team page
  • Loading branch information
PriyaGhosal authored Oct 17, 2024
2 parents 171ba5c + 0f5705e commit 982bfef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
/* padding-top: 80px; */
background-color: #FFFFFF;
}
.home-btn{
height: 50px;
background-color:black ;
color: white;
border-radius: 10px;
}

.team-top {
text-align: center;
Expand Down Expand Up @@ -180,7 +186,7 @@

<!-- Header Include -->
<header>
<!-- Include your header here -->
<a href="index.html"><button class="home-btn">Back to Home</button></a>
</header>

<!-- Sidebar Include -->
Expand Down

0 comments on commit 982bfef

Please sign in to comment.