Answers for "center in table cell"

1

how to place a table in center in css

.center {
  margin-left: auto;
  margin-right: auto;
}
Posted by: Guest on October-25-2020
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