home page parts
This commit is contained in:
@@ -125,5 +125,25 @@
|
||||
}
|
||||
|
||||
.loi{
|
||||
color:#d2610ab0;
|
||||
}
|
||||
color:#a60404ad;
|
||||
}
|
||||
|
||||
.gradient-text {
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#ffffff 0%,
|
||||
#ffffff 50%,
|
||||
rgba(255, 255, 255, 0.5) 100%
|
||||
);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
text gradient tailwindd classlari
|
||||
|
||||
bg-linear-to-br from-white via-white to-white/50
|
||||
text-transparent bg-clip-text
|
||||
*/
|
||||
Reference in New Issue
Block a user