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%;
}