Can we use percentages for borders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • user7777
    New Member
    • Sep 2014
    • 6

    #1

    Can we use percentages for borders

    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;
Working...