Answers for "button position translate on bottom edge bootstrap"

0

button position translate on bottom edge bootstrap

#parent{
	    height: 200px;
	    width: 100%;
	    position: relative;
	    border: 1px solid blue;

 }
#parent #child{
        width:100%; 
        margin: auto;
        text-align: center;
        bottom: 0px;
        position: absolute;
        translatex: -50%;
}
Posted by: Guest on January-30-2022

Code answers related to "button position translate on bottom edge bootstrap"

Browse Popular Code Answers by Language