ns77@siliconpin.com 2025-09-03 14:58:14 +00:00
parent b00efdc47f
commit 46c689c2bd
1 changed files with 2 additions and 2 deletions

View File

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