lundi 13 juin 2016

Add letter to the right side without pushing text to left

I have this HTML here:

    <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>

When I write text, the text in span move to the left, so it goes outside of image. How can I only add letter to the right side, without moving text to the left ?

This is my css of zetin11:

position: relative;
    top: -125px;
    right: -79px;
    font-family: Courier;
    font-size: 18px;

Aucun commentaire:

Enregistrer un commentaire