I have set a margin: 0 33% 0 0; however I would also like to make sure the margin is at least a certain px amount. I know there is no min-margin in CSS so I was wondering if I have any options here?
I have set a margin: 0 33% 0 0; however I would also like
Share
Place a
divwith a %widthand a staticmin-widthto the right of your element.