Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelle1531 authored Feb 1, 2025
1 parent 82e832d commit 20acff7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ p {
}

img {
max-width: 30%;
display: block;
max-width: 30%;
display: block;
margin-left:10px;
transition: transform 0.3s ease, opacity 0.3s ease;
/*width: 100px; largeur en pixel de ta photo */
/*height:75px; hauteur en pixel de ta photo */
/*margin-right:10px; marge en pixel à droite de la photo */
Expand Down Expand Up @@ -142,3 +143,8 @@ a {
font-weight: 600 ;
font-style: normal;
}

img:hover {
transform: scale(1.05);
opacity: 0.9;
}

0 comments on commit 20acff7

Please sign in to comment.