Posts by John Snow Dad • 33 points
2 posts
-
0
votes1
answer186
viewsQ: Divs with FLEXBOX do not align correctly
I am new with FLEXBOX and I am developing a layout that would follow this structure: But I was only able to achieve that result: .container { width: 100%; background-color: #CCC; display: flex;…
-
2
votes1
answer328
viewsQ: After clear:Both, float div does not align correctly
I’m making a responsive website and I’m using "float" and "clear: Both" to put the Ivs in their places. But after using "clear: Both", the "div6" does not align correctly on the right side. To…