html - CSS breadcrumb - how to make radius small -
i have created breadcrumb, i'm struggling set border-radius correctly.
i'm using css codepen mentioned in comments.
- what have
- what want
can me out?
you can add rotatey(45deg) transform .breadcrumb a:after pseudo-element: transform: rotatey(45deg) scale(0.707) rotate(45deg);. beware: thin border bit.

Comments
Post a Comment