Hi...
Anyone knows how to create an auto expandable shopping cart icon with css? The quantity should be inside the cart just like amazon.
the width of the cart increases based on the number of items. eg: if the cart contains only 1 product, the cart widh will be less and the 1 will be inside the cart. And if the quantity is 1000 then the width of the cart should be more and 1000 should be inside the cart. –