I used breadcrumbs in my site and trying to make it responsive. The borders for it are as border-top: 50px solid #000 and same for left and bottom. As I want it to be responsive, I want to replace 50px to percentages. Is there any solution to it....
Code:
border-bottom: 50px solid #FFF; border-left: 50px solid #EE2C71; border-top: 50px solid #FFF;