Skip to content

Commit

Permalink
Merge pull request #1090 from Soujanya2004/hover-btn
Browse files Browse the repository at this point in the history
added-hover-to-btn
  • Loading branch information
varshith257 authored Jul 31, 2024
2 parents f3a0fc8 + c700b50 commit 694eba7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1051,4 +1051,8 @@ body {
.avatar img {
max-width: 30%;
}
}
.doc-app:hover{
background-color: teal !important;
font-size: 15px;
}
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h2>Doctors</h2>
<div class="member-info">
<h4>Dermatologist</h4>
<br>
<div class="nxt-pg"><a href="Html-Files/derma.html"><button type="">Appoint a Doctor</button></a></div>
<div class="nxt-pg"><a href="Html-Files/derma.html"><button type="" class="doc-app">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
Expand All @@ -533,7 +533,7 @@ <h4>Dermatologist</h4>
<div class="member-info">
<h4>Gynecologist</h4>
<br>
<div class="nxt-pg"><a href="Html-Files/gynaco.html"><button type="">Appoint a Doctor</button></a></div>
<div class="nxt-pg"><a href="Html-Files/gynaco.html"><button type="" class="doc-app">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
Expand All @@ -544,7 +544,7 @@ <h4>Gynecologist</h4>
<div class="member-info">
<h4>Cardiologist</h4>
<br>
<div class="nxt-pg"><a href="Html-Files/cardio.html"><button type="">Appoint a Doctor</button></a></div>
<div class="nxt-pg"><a href="Html-Files/cardio.html"><button type="" class="doc-app">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
Expand All @@ -555,7 +555,7 @@ <h4>Cardiologist</h4>
<div class="member-info">
<h4>ENT</h4>
<br>
<div class="nxt-pg"><a href="Html-Files/ent.html"><button type="">Appoint a Doctor</button></a></div>
<div class="nxt-pg"><a href="Html-Files/ent.html"><button type="" class="doc-app">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
Expand All @@ -566,7 +566,7 @@ <h4>ENT</h4>
<div class="member-info">
<h4>Pediatrician</h4>
<br>
<div class="nxt-pg"><a href="Html-Files/pediatrition.html"><button type="">Appoint a Doctor</button></a>
<div class="nxt-pg"><a href="Html-Files/pediatrition.html"><button type="" class="doc-app">Appoint a Doctor</button></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 694eba7

Please sign in to comment.