我正在尝试在 css 中设置一个类以在图像之后显示图像和字符串。问题是图像和文本重叠。有没有办法在同一类中放置图像和文本之间的间距?这是我的代码:
.innerTitle {
display: inline;
background-image: url(../images/tsegs_squigs.jpg);
background-repeat: no-repeat;
background-position: left center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 0px;
padding: 0px;
width: 100%;
}