Answers for "margin auto not centering"

0

margin auto not centering

#sponsors{
margin:0 auto; // left margin is auto, right margin is auto , top and bottom margin is 0 set
width:1000px; // define your width according to your design 
}
Posted by: Guest on March-04-2022

Browse Popular Code Answers by Language