Skip to content

Commit

Permalink
added hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehaTabassum committed Jun 9, 2024
1 parent 9cbb118 commit 41d3503
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pages/3D-Visualizations/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ ul {
.course:hover{
transform: scale(1.1);
z-index: 2;
box-shadow:3px 3px 3px 3px rgba(41, 26, 208, 0.2);
}

.course h6 {
Expand Down
1 change: 1 addition & 0 deletions Pages/Quizes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ ul {
.course:hover{
transform: scale(1.1);
z-index: 2;
box-shadow:3px 3px 3px 3px rgba(41, 26, 208, 0.2);
}
.course h6 {
opacity: 0.6;
Expand Down
1 change: 1 addition & 0 deletions Pages/Simulation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ ul {
.course:hover{
transform: scale(1.1);
z-index: 2;
box-shadow:3px 3px 3px 3px rgba(41, 26, 208, 0.2);
}
.course h2 {
letter-spacing: 1px;
Expand Down
1 change: 1 addition & 0 deletions Pages/Videos/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ ul {
.course:hover{
transform: scale(1.1);
z-index: 2;
box-shadow:3px 3px 3px 3px rgba(41, 26, 208, 0.2);
}
.course h6 {
opacity: 0.6;
Expand Down

0 comments on commit 41d3503

Please sign in to comment.