: Right css code to align(center) the div tag? I googled this question and searched for an hour, every one specify their own likes, but i want to know the correct code to align the div in
I googled this question and searched for an hour, every one specify their own likes, but i want to know the correct code to align the div in center position.
More posts by @Voss6371140
1 Comments
Sorted by latest first Latest Oldest Best
ok if you give your div an id of #centerdiv , the following css should center it
#centerdiv { margin: 0 auto; }
be aware that you will have to give that div a width value as well
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.