css fixed bottom bar

Absolutely fixed 

        .footer {
            z-index: 9999;
            position: fixed;
            bottom: 0px;
            width: 100%;
        }

 

Published 242 original articles · won praise 13 · views 10000 +

Guess you like

Origin blog.csdn.net/qq_41813208/article/details/103607832