Skip to content

Commit

Permalink
Merge pull request #566 from AbdulRaoof13/cursor-issue
Browse files Browse the repository at this point in the history
cursor issue solved hover over slider issue solved
  • Loading branch information
QAZIMAAZARSHAD authored Oct 10, 2023
2 parents fdb07a2 + 1feffa4 commit 9b64037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 250px;
height: 360px;
perspective: 1000px;
cursor: pointer;
cursor: default;
}
@media only screen and (max-width: 298px) {
.flip-card_i{
Expand Down Expand Up @@ -45,6 +45,7 @@ h1{
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
cursor: default;
}

.flip-card_i:hover .flip-card-inner_i {
Expand Down Expand Up @@ -129,4 +130,7 @@ h1{
background-image: linear-gradient(black,#8B0000);
color: white;
transform: rotateY(180deg);
cursor: default;
}


2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ img:hover {
height: 100%;
position: absolute;
width: 15%;
z-index: 2;
z-index: -1;
}

.slider::before {
Expand Down

0 comments on commit 9b64037

Please sign in to comment.