Picture positioning

Viewed 19

I'm just starting to learn Html and CSS and trying to replicate INSTA login screen, as much as I can. I'm in doubt how to align 2 images Ex. Image 1 (both side by side) Image 2, separate each other by 10px. I want to set this two images below of the Login information frame box. Thanks for any help.

enter image description here enter image description here

1 Answers

You are probably using display: flex. This is causing the div to appear on the right side. Try putting 51-56 on line 48.

Related