This commit is contained in:
ns77@siliconpin.com
2025-09-03 14:58:14 +00:00
parent b00efdc47f
commit 46c689c2bd

View File

@@ -49,7 +49,7 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
/* border-top: 1px solid #e95420; */ border-top: 1px solid rgba(10, 10, 10, 1);
z-index: 999; z-index: 999;
} }
@@ -60,7 +60,7 @@
left: 0; left: 0;
right: 0; right: 0;
height: 50px; /* margin-bottom এর সমান */ height: 50px; /* margin-bottom এর সমান */
background: #030303bd; /* এখানে কালো রঙ */ background: black; /* এখানে কালো রঙ */
z-index: -1; /* nav-এর পেছনে যাবে */ z-index: -1; /* nav-এর পেছনে যাবে */
} }
.agent-bottom-link { .agent-bottom-link {