Below is the HTML code I am currently working with:
<div class="last_img">
<p>Galutinė žetono išvaizda:</p>
<span class="zetin11">A</span>
<span class="zetin12">A</span>
<span class="zetin13">A</span>
<span class="zetin14">A</span>
<span class="zetin15">A</span>
<img class="last_img_img" src="images/img1.png" alt="">
</div>
Currently, when I add text it causes the text within the span tag to move leftwards and outside of the image. How can I make sure that only the letter appears on the right side without causing the text to shift left?
Here is the CSS styling for zetin11
:
position: relative;
top: -125px;
right: -79px;
font-family: Courier;
font-size: 18px;