0
Float in css
How I can put two float elements (images) up each other not side by side
2 Answers
+ 1
If you really need to use float - this way :
https://code.sololearn.com/WnjW9syOUZ56/?ref=app
But previous answer with flex much better. Flex has lot's of useful settings)