Answers for "css broken image has top margin?"

CSS
0

css broken image has top margin?

/* to fix broken images with top marging add a veritcal align to them
img {
    vertical-align: middle;
}
Posted by: Guest on October-21-2020

Browse Popular Code Answers by Language