html - Align elements in a figure -


i've got problem hw. cant align 2 elements on left side https://jsfiddle.net/tkjxlfjy/ code , tried things float:left didn't work... can me put meter , text under picture (the black sqare)?

according w3school:

elements after floating element flow around it. avoid this, use clear property.

add clear:both div. image has float:left next elements sit behind that.

jsfiddle

figure div {     clear: both; } 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -