HTML/CSS

how do i make this go here.

why is it going to the left

Attached: Screenshot_2022-07-14_13-40-18.png (708x600, 414.68K)

Other urls found in this thread:

postimg.cc/1gLhsBFw
twitter.com/SFWRedditVideos

show source

Just use bootstrap grid layout bro

Attached: Screenshot_2022-07-14_14-02-02.png (530x371, 33.6K)

hope this helps bro

Attached: unknown.png (1721x860, 652.18K)

I'm dumb, it's not flex-direction:vertical
it's
>flex-direction:column;

Attached: Screenshot_2022-07-14_14-02-35.png (208x610, 29.65K)

>want to display items in a row
>direction:column
CSS was a mistake.

Do a float: right;

>float: right;
tried. nothing :(
looking into it later, kind of different from my code