Skip to content

Commit

Permalink
hover+
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymusPrime committed Jul 15, 2023
1 parent 8e4376e commit 7e2f8c3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ section {
font-weight: 500;
text-decoration: none;
border-radius: 2px;
transition: .3s ease;
border: 1px solid transparent;
}

.home .content a:hover {
background: transparent;
color: #fff;
border: #fff 1px solid;
transition: .3s ease;
}

.home .media-icons {
Expand All @@ -146,6 +155,7 @@ section {
.home .media-icons a:hover {
transform: scale(1.3);
transition: .3s ease;
color: #1680ac;
}

.home video {
Expand Down
Binary file modified video/1.mp4
Binary file not shown.
Binary file modified video/2.mp4
Binary file not shown.
Binary file modified video/3.mp4
Binary file not shown.
Binary file modified video/4.mp4
Binary file not shown.
Binary file modified video/5.mp4
Binary file not shown.
Binary file modified video/6.mp4
Binary file not shown.
Binary file modified video/7.mp4
Binary file not shown.
Binary file modified video/8.mp4
Binary file not shown.
Binary file modified video/9.mp4
Binary file not shown.

0 comments on commit 7e2f8c3

Please sign in to comment.