Home > Software engineering >  Instagram icon not inline with text in table
Instagram icon not inline with text in table

Time:02-28

I am building an email signature so hence using tables. I have tried things such as display inline-block and position relative on the image for the Instagram icon but nothing seems to work.

style="width:20px;height:20px;object-fit:cover;

here is my codepen: enter image description here

See output: https://codepen.io/ebrahimi73/pen/dyZgoKP?editors=1000

  • Related