Home › Forums › CSS › floated span in a div – text not flowing around it, forcing a new line instead. › Reply To: floated span in a div – text not flowing around it, forcing a new line instead.
February 19, 2016 at 12:11 am
#238157
Member
Simply put this is a table
of information with prices so table formatting is probably the best option
Whether you use an actual table or CSS tables is up to you.
Flexbox can do this too but that seems like overkill for something so simple.