Answers for "child width big"

CSS
0

child width big

/*when i want child width wider in parent  */
.child-div {
    position:absolute;
    left:0;
    right:0;
}
Posted by: Guest on January-28-2022

Browse Popular Code Answers by Language