i'm trying to insert a border to a css shape that i created.
Here the css shape that i created
Here what happens when i insert the border
What do i need to change on my css?
.jologo{
width: 200px;
height: 0;
border-bottom: 40px solid #262627;
border-left: 5px solid #f15c5c;
border-right: 40px solid transparent;
}
Thanks