Hello. I want to make a part of the website a flexbox with a direction: row. I tryed, but the divs inside the flexbox are displaying in a column. I tryed to find the problem by usign colors to see what’s going on with the layout, and the #prices div (the flexbox) doesn’t work well. Do you know how to make the elements follow the flex-direction: row property in this case? Here is the code in question:
<div id="#prices">
// change to
<div id="prices">
You have # in your id property
1 Like