Merge branch 'main' of https://git-eng.ukwms.ac.id/2526-web/kelompok06-2048
This commit is contained in:
commit
a06013cd19
@ -39,7 +39,7 @@ footer {
|
|||||||
/* Credit Text */
|
/* Credit Text */
|
||||||
.credits-text {
|
.credits-text {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
font-family: 'Exo 2', sans-serif;
|
font-family: 'Exo 2', sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
|
|||||||
29
Homepage_Scrollbar.css
Normal file
29
Homepage_Scrollbar.css
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/* Atur lebar scrollbar */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Background jalanan scrollbar (Track) - Gelap agar neon menyala */
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background: #0b0b15; /* Hitam keunguan sangat gelap */
|
||||||
|
border-left: 1px solid #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Batang Scroll (Thumb) - Efek Neon */
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
/* Gradasi dari Cyan ke Ungu */
|
||||||
|
background: linear-gradient(180deg, #00f2ff, #bc13fe);
|
||||||
|
border-radius: 10px;
|
||||||
|
/* Memberikan jarak sedikit agar terlihat melayang */
|
||||||
|
border: 3px solid transparent;
|
||||||
|
background-clip: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Efek saat di-hover (disorot mouse) - Lebih terang */
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: linear-gradient(180deg, #5dfaff, #d65eff);
|
||||||
|
border: 3px solid transparent;
|
||||||
|
background-clip: content-box;
|
||||||
|
/* Sedikit shadow untuk efek glow */
|
||||||
|
box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user