main
parent
035c697802
commit
111dd1ec7b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue