Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
idrax47 committed Nov 18, 2024
1 parent 3195d0d commit 45e3941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ section h2 {
}

/* Enlaces */
a {
#contacto a {
display: inline-block;
padding: 10px 20px;
margin: 5px;
Expand All @@ -50,15 +50,15 @@ a {
transition: transform 0.2s ease, background-color 0.3s ease;
}

a:hover {
#contacto a:hover {
transform: scale(1.2);
background-color: #005fa3;
color:white;
}
a:active{
#contacto a:active{
color:white;
}
a:visited{
#contacto a:visited{
color:white;
}

Expand Down

0 comments on commit 45e3941

Please sign in to comment.