• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Texte neben <img> mittig ausrichten

jh_elec

Neues Mitglied
Hallo,

stehe gerade vor der Problematik das mein Text "Das ist ein Test" nicht mittig von dem Icon positioniert werden möchte.
Wie kann ich das am besten lösen?

Das ganze ist mit einer <ul> und <li> Elementen gemacht worden..

1598712845307.png

CSS:
.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 130px;
    background-color: darkgrey;
    box-shadow: 10px 10px 20px 10px;
}

.footer-content > ul {
    display: inline-block;
    list-style: none;
}

.footer-content > ul > li > img {
    width: 24px;
    height: auto;
}

.footer-content > ul > li > a {
    color: green;
    padding: 5px;
}
 
Werbung:
Zurück
Oben