Skip to content

Commit

Permalink
Update index2.html
Browse files Browse the repository at this point in the history
nwoyecid authored Nov 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e92396c commit 720601c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index2.html
Original file line number Diff line number Diff line change
@@ -200,6 +200,7 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
justify-content: center;
width: 95%; /* Adjust width as needed */
}
.grid-item:hover {
transform: translateY(-5px);
@@ -214,7 +215,10 @@
margin-bottom: 10px;
}
.grid-item a {
color: #007bff;
color: #03dbfc;
}
.grid-item a:hover {
color: #fcad03;
}


0 comments on commit 720601c

Please sign in to comment.