Skip to content

Commit

Permalink
updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarlizard committed Oct 15, 2024
1 parent 95b16a8 commit a60945a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,35 @@ header{
border-radius: 50%;
transition: .8s ease;
}
.avatar:hover img{
opacity: 0.3;
cursor: pointer;
background-position: center;
}
.avatar:hover{
opacity: 1;
cursor: pointer;
background-image: url('../images/icon-cv.png');
background-position: center;
background-size: 70%;
background-repeat: no-repeat;
img{
opacity: 0.3;
background-position: center;
}
}
.linklist img{
max-width: 90px;
border-radius: 50%;
transition: .5s ease;
transition: .8s ease;
}
.linklist:hover img{
opacity: 0.3;
.linklist:hover{
opacity: 1;
cursor: pointer;
background-image: url('../images/icon-link.png');
background-position: center;
background-size: 40%;
background-repeat: no-repeat;
img{
transition: .8s ease;
background-position: center;
opacity: 0.4;
}
}
.topHeader{
display: flex;
Expand Down
Binary file added src/images/icon-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a60945a

Please sign in to comment.