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 45e3941 commit 0fe06e8
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 */
#contacto a {
a {
display: inline-block;
padding: 10px 20px;
margin: 5px;
Expand All @@ -50,15 +50,15 @@ section h2 {
transition: transform 0.2s ease, background-color 0.3s ease;
}

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

Expand Down

0 comments on commit 0fe06e8

Please sign in to comment.