Hey there, I'm currently facing an issue with a div that has this CSS style:
{background: purple; max-width: 800px; min-width: 300px; height: 200px; float: left;}
The problem is that it seems to be stuck at the minimum width (it works fine when I remove the float property).
Is this behavior normal for floats, or did I make a mistake somewhere in my code?
You can check out the JSFiddle here: