Skip to content

Commit d85cd1d

Browse files
Update style.css
1 parent 79ecc5f commit d85cd1d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

style.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,4 +732,28 @@ text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
732732
font-size:xx-large ;
733733
padding: 50px;
734734
}
735-
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+

0 commit comments

Comments
 (0)