Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurageKabui committed May 19, 2024
1 parent 6128bec commit d60b893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1307,16 +1307,16 @@ i.bi {
text-align: center;
margin: 20px;
padding: 20px;
background-color: #191919;
background-color: #181818;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
transition: transform 0.3s ease-in-out;
cursor: pointer;

}

.team-member:hover {
transform: translateY(-10px);
.team-member:hover img {
transform: scale(1.1);
}

.team-member img {
Expand Down
4 changes: 4 additions & 0 deletions docs/myTeam.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ <h1>Events</h1>
<!-- ======= End Page Header ======= -->
<div class="page-header d-flex align-items-center">
<div class="container position-relative">




<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>The Team</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>DontBlink</h1>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header><!-- End Header -->
<main id="main" data-aos="fade" data-aos-delay="1500">
<main id="main" data-aos="fade" data-aos-delay="1000">
<!-- ======= End Page Header ======= -->
<div class="page-header d-flex align-items-center">
<div class="container position-relative">
Expand Down

0 comments on commit d60b893

Please sign in to comment.