Divs side by side in HTML

I’m trying to put my divs side by side but it doesn’t work, what am I doing wrong?26%20PM

You are making the wrapper div width: 33% instead of giving that property to divs inside your wrapper div.

you mean I have to put the {float: left} inside the each div? I tried it and that’s what i got

No,

What I mean is give the maker class to the divs that are nested under your current div with maker class. Give maker class to each of the three divs.

1 Like