Answers for "center image in middle of table"

CSS
0

css how to center images in a table cell

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
Posted by: Guest on June-09-2020

Code answers related to "center image in middle of table"

Browse Popular Code Answers by Language