Answers for "css add margin to a particular div in print screen"

CSS
0

css add margin to a particular div in print screen

html, body{
        height: 100%;
        margin: 0;
    }
    .main{
        min-height: 100%;
        position: relative;
    }
    .main-template-footer {
        height: 50px;
        bottom: 0;
        position: absolute;
        width: 100%;
    }
    .main-template-body {
        padding-bottom: 50px;
    }
Posted by: Guest on February-18-2021

Code answers related to "css add margin to a particular div in print screen"

Browse Popular Code Answers by Language