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