CSS and HTML Menu bar for cafe
How to fix this problem , cannot figure out not in an order as you can see
6 Replies
You want the price to appear on the same horizontal line as the product name?
In your case, an html table may fit your needs
Otherwise use flex
Yes on the same horizontal line, how to
I gave 2 options
To make it more clear: If your list can be considered as tabular data, you should use an html table
Ok I will try thanks for help
MDN Web Docs
: The Table element - HTML: HyperText Markup Language | MDN
The HTML element represents tabular data—that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.
I got it brother using flex box, justify-content: space between;