Hallo MrMurphy1,
danke für die Info. Hab es jetzt so umgesetzt
footer {
padding: 1em;
border-top: 1px solid #b39a96;
background: linear-gradient(#252525, #0a0a0a);
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
footer li:first-child {
margin-right: auto;
}
footer li:nth-last-child(2)::after {
content: "|";
margin-left: 0.5em;
margin-right: 0.5em;
color: #000;
}
footer ul li a {
color: #848282;
text-decoration: none;
}
Bis bald!
Meowsalot (Bernd)