I have a div that has two child elements. A span and a div which contain's an X. My goal is to right align the X.
https://jsfiddle.net/Le8hn0am/
What it should look like
I've tried suggestions from How to right align a hyperlink in a <div>? and How to align 3 divs (left/center/right) inside another div? but haven't had any luck
What I've tried
- float:right;
- margin-left: auto;
Any tips or suggestions would be greatly appreciated