Struggling to replicate the design elements from this image using CSS. Specifically, I need help creating a horizontal yellow line over the title "nossos numeros" and vertical blue lines between "Cursos", "Alunos", and "Aulas".
I am working with Bootstrap 4 as well.
Desired outcome:
https://i.sstatic.net/O2xL8.png
Current progress:
https://i.sstatic.net/UDDdN.png
border-right: 1px blue solid;
border-top: 2px yellow solid;
How can I adjust the size of the border while specifying the color? Any advice would be appreciated!