Breadcrumb en kanarie-functie

This commit is contained in:
Michael Boelen 2023-05-15 15:26:10 +02:00
parent 6e9a89786e
commit 35d03b27ac
5 changed files with 39 additions and 2 deletions

View file

@ -0,0 +1,16 @@
.breadcrumb {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}
.breadcrumb li {
display: inline;
white-space: nowrap;
}
.breadcrumb li + li:before {
content: ">";
padding: 0.3rem;
}