Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jishnumo committed Jan 24, 2024
1 parent 16f9028 commit 02362f6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
Binary file added 8ua0zbw2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jywztp2h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added qq05vk79.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,32 @@ section{
top:0;
right: 0;
}

.clip1{
background-image: url(https://images.unsplash.com/photo-1546518086-03ef264c9885?q=80&w=1965&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
background-position: center;
background-size: cover;
clip-path: polygon(0 100%, 0 0, 43% 0, 24% 100%);

}
.clip2{
background-image: url(https://images.unsplash.com/photo-1525609004556-c46c7d6cf023?q=80&w=1937&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
background-position: center;
background-size: cover;
clip-path: polygon(71% 100%, 89% 0, 40% 0, 18% 100%);
}

.clip3{
background-image: url(https://images.unsplash.com/photo-1612825173477-d39acbe0e6df?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
background-position: center;
background-image: url(jywztp2h.png);
background-position:center;
background-size: cover;
clip-path: polygon(71% 100%, 89% 0, 100% 0, 100% 100%);
}
.container:hover .clip{
clip-path: polygon(100% 0, 100% 0,100% 100%,100% 100%);
}
.container .clip:hover{
clip-path: polygon(100% 0, 100% 0,100% 100%,100% 100%);
}


Binary file added wtlr4s4d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yakoysec.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 02362f6

Please sign in to comment.