Wednesday, March 17, 2021

Floating Menu css property

 

.dropdown-menu{

position: absolute;

top: 100%;

z-index: 1000;

background: #ff0404ad;

}

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)