Skip to content

Commit 5a6aa06

Browse files
Merge pull request #1072 from SoundaryaKoutharapu/hover
added hover to contributors section
2 parents 2775250 + 141f81f commit 5a6aa06

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,14 @@ main .left p {
281281
border: 2px solid #F2B705;
282282
}
283283

284+
285+
#contributors-list img:hover
286+
{
287+
transform: scale(1.14);
288+
cursor: pointer;
289+
}
290+
291+
284292
footer {
285293
background-color: #0D4360;
286294
padding: 2rem 8rem;

0 commit comments

Comments
 (0)