Answers for "center element in table cell"

CSS
1

text in centre table css

text-align:center
Posted by: Guest on January-16-2021
0

how to align select in table cell center html

#business_contacts td {
  display:inline-block;
  vertical-align:middle;
}
Posted by: Guest on March-18-2021

Browse Popular Code Answers by Language