I want to make this table with HTML and CSS but somehow the image cant appear in the browser... Can you help me?
https://prnt.sc/rmo2xl
.box-border {
display: inline-block;
border: 1px solid;
height: 80px;
width: 100%;
}
.image-position {
display: inline-block;
}
<div class="box-border">
<div class="image-position">
<img src="igniteLogoImage.png" alt="asdasd" width="42" height="42">
</div>
<span>Gurcino Team</span>
<span>Pool Builders</span>
<span>Pricing Options</span>
</div>