Skip to content

Commit 58eb547

Browse files
Update style.css
1 parent 3f305fb commit 58eb547

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

style.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
446446
opacity: 0; /* Start invisible */
447447
animation: slide-in 3s forwards;
448448
animation-timeline: view(); /* Triggers when element enters viewport */
449+
449450
}
450451

451452
#role1 {
@@ -942,7 +943,55 @@ swiper-slide {
942943
color: #fff;
943944
text-decoration: none;
944945
}
946+
947+
#best-tution-heading{
948+
min-width: 1300px;
949+
height: 80px;
950+
color: #fff;
951+
padding: 5px 10px;
952+
font-weight: bold;
953+
cursor: pointer;
954+
transition: all 0.3s ease;
955+
position: relative;
956+
display: inline-block;
957+
outline: none;
958+
border-radius: 5px;
959+
border: none;
960+
background-size: 120% auto;
961+
background-image: linear-gradient(315deg, #4ecdc4 0%, #c797eb 75%);
962+
}
963+
#best-tution-heading:hover {
964+
background-position: right center;
965+
}
966+
#best-tution-heading:active {
967+
top: 2px;
968+
}
969+
970+
#ourrolebutton {
971+
min-width: 130px;
972+
height: 70px;
973+
color: #fff;
974+
padding: 5px 10px;
975+
font-weight: bold;
976+
cursor: pointer;
977+
transition: all 0.3s ease;
978+
position: relative;
979+
display: inline-block;
980+
outline: none;
981+
border-radius: 5px;
982+
border: none;
983+
background-size: 120% auto;
984+
background-image: linear-gradient(315deg, #4ecdc4 0%, #c797eb 75%);
985+
}
986+
#ourrolebutton:hover {
987+
background-position: right center;
988+
}
989+
#ourrolebutton:active {
990+
top: 2px;
991+
}
992+
945993

946994

947995

948996

997+

0 commit comments

Comments
 (0)