+ 2
How to make three boxes in web in horizontal manner? Means one in left, one in middle and one in right? Using CSS.
Because we can't float second div box to centre. I've used many positions combination but I am getting all three in one horizontal line. Which method should I use? I must use CSS with it! Considering as Simple project.
3 odpowiedzi
+ 3
Use flexbox, space-between
https://code.sololearn.com/WO1K2M6o5oOx/?ref=app
+ 11
You want them with or without spacing?
+ 2
With spacing