Answers for "FIXED BANNER"

CSS
0

FIXED BANNER

.fixed-nav-bar { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 50px; background-color: #00a087; }
Posted by: Guest on February-17-2022

Browse Popular Code Answers by Language