This commit is contained in:
ns77@siliconpin.com
2025-09-03 14:51:48 +00:00
parent 035c697802
commit 111dd1ec7b

View File

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