How do I place an element at the bottom of another element in HTML?
I'm trying to make a button that contains a rectangular progress bar at the bottom of it, but still within it. The bar should be 100% the width of the button. I've tried a bunch of different methods including absolute…