Skip to content

Commit

Permalink
transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr69130 committed Oct 23, 2024
1 parent d6f51e9 commit 258a6b5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions VS-code-main/Profil Norri/norris.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ a {
align-items: flex-end;
gap: 20px;
position: absolute;
right: -20px; /* Place les logos en dehors de la carte */
right: -30px; /* Place les logos en dehors de la carte */
top: 3%;
z-index: 1; /* Les logos sont derrière la carte par défaut */

transition-duration: 1.5s;
transition-duration: 500ms;
}


Expand All @@ -152,8 +152,8 @@ a {
}

.tech-img {
width: 40px;
height: 40px;
width: 60px;
height: 60px;
transition: transform 0.3s, opacity 0.3s;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
border-radius: 50%;
Expand All @@ -169,9 +169,7 @@ a {
opacity: 1;
}

.tech-img:hover {
/* Agrandit le logo au survol */
}


.txt {
color: whitesmoke;
Expand Down

0 comments on commit 258a6b5

Please sign in to comment.