ns77@siliconpin.com 2025-09-03 14:51:48 +00:00
parent 035c697802
commit 111dd1ec7b
1 changed files with 6 additions and 4 deletions

View File

@ -44,6 +44,7 @@
left: 0;
right: 0;
height: 55px;
margin-bottom: 50px; /* margin থাকছে */
background: #e95420;
display: flex;
justify-content: space-around;
@ -54,12 +55,13 @@
.agent-bottom-nav::after {
content: "";
position: absolute;
bottom: -50px; /* margin-bottom এর জায়গায় */
position: fixed; /* fixed দিতে হবে */
bottom: 0; /* একদম স্ক্রিনের নিচে বসবে */
left: 0;
right: 0;
height: 50px;
background: black; /* এখানে কালো রঙ */
height: 50px; /* margin-bottom এর সমান */
background: black; /* এখানে কালো রঙ */
z-index: -1; /* nav-এর পেছনে যাবে */
}
.agent-bottom-link {
color: #fff;