Learning about columns - css

0

One day, I had to develop a site where the layout had some images that were not exactly side by side, and as I did not know about the columns, I ended up aligning everything in absolute and that responsive mess.

Could someone explain simply and step-by-step how to use the columns?

From what I've seen, it looks like it you can attack the div / image you want and set the margin, height etc ...

    
asked by anonymous 25.04.2017 / 15:42

1 answer

-1

Great I'll give you a link that helps me a lot about CSS properties until today that can help you in this alignment part, Follow Link , I recommend you learn a little about FlexBox that does exactly what you want, it's new plus many developers will start using it, FLEXBOX .

    
25.04.2017 / 15:54