7 lines
111 B
CSS
7 lines
111 B
CSS
td > img {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
object-fit: cover;
|
|
border-radius: 50%;
|
|
} |