我是 CSS 新手,我想在 HTML 或 CSS 中实现以下目标,任何帮助都会很棒。
我有的代码
<div>
<p>
<img src="/dist/img/photos/featured-member-justine.jpg" height="50px" width="50px" /> <b>Influencer Name</b>
<input type="button" value="Ignore" />
<input type="button" value="Accept" />
</p>
</div>