Answers for "how to move image in table to center of colum"

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 "how to move image in table to center of colum"

Browse Popular Code Answers by Language