I am attempting to animate the width of the div, starting from 0. However, the padding I have set is preventing the div from being less than that padding. I have tried using border-sizing: border-box;
, but it has not solved the issue.
What could I be doing incorrectly in my approach?
Visit here to see my Pen.
font-size: 14px;
box-sizing: border-box;
color: #fff;
background: #E2001A;
position: absolute;
margin: 85px;
overflow: hidden;
padding: 8px 10px;
white-space: nowrap;
width: 2px;