How should I do this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How should I do this?

Hi, I want something like this on my website: The site should be in half. On the left are some pictures you can click on and on the right is a google maps map. Also I want that you can scroll the left side so i can show more pictures after scrolling, but not the right side. Should I do something like one container with two flexboxes beside each other or one flexbox which contains two flexboxes? The content (map and pictures) should have padding or something so that it has a little bit space from the main site. thats why my idea was to put them together in a container. Or should I something different? (Sorry for my bad english)

29th Apr 2019, 11:37 PM
snake3444
snake3444 - avatar
3 Answers
30th Apr 2019, 2:29 AM
Calviղ
Calviղ - avatar
+ 3
You could simply use frames
29th Apr 2019, 11:39 PM
Dlite
Dlite - avatar
0
You can use images what you want to put is on left and the map is on the right side by using float property and giving width to the left and right both giving 50%.
18th May 2019, 1:55 PM
Deep Shah
Deep Shah - avatar