Skip to content

Commit 91047a3

Browse files
Update style.css
1 parent 5b062f2 commit 91047a3

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

style.css

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -713,50 +713,4 @@ text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
713713
animation: slide-in 3s forwards;
714714
animation-timeline: view();
715715
}
716-
717-
.shrinkbutton:hover{
718-
transform: scale(0.8);
719-
border: 5px solid;
720-
}
721-
722-
.swiper {
723-
width:130px;
724-
height: 500px;
725-
}
726-
727-
.swiper-slide{
728-
background-size: cover;
729-
display:flex;
730-
justify-content: center;
731-
align-items: center;
732-
font-size:xx-large ;
733-
padding: 50px;
734-
}
735-
736-
737-
.rolebutton {
738-
min-width: 130px;
739-
height: 40px;
740-
color: #fff;
741-
padding: 5px 10px;
742-
font-weight: bold;
743-
cursor: pointer;
744-
transition: all 0.3s ease;
745-
position: relative;
746-
display: inline-block;
747-
outline: none;
748-
border-radius: 5px;
749-
border: none;
750-
background-size: 120% auto;
751-
background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 75%);
752-
}
753-
.rolebuttonhover {
754-
background-position: right center;
755-
}
756-
.rolebutton:active {
757-
top: 2px;
758-
}
759-
760-
761-
762-
716+

0 commit comments

Comments
 (0)