[CLOSED] Need help with positioning elements in page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[CLOSED] Need help with positioning elements in page

Hi SoloLearners, I'm really bad about web coding and I need your help about a code. It's a simple page which supposed to show a traffic light. There's a display to the right side of the lights which was supposed to stick to the light by a <div> acting as a connector pipe. And to the bottom of the light, there's supposed to be a pole, where the light stands. Now here's the problem, how do I position the display, the connector pipe and the pole correctly. Currently the layout turns into such a mess if the phone is tilted into landscape view. And below is a link to the code. Thank you, in advance 🙏 https://code.sololearn.com/W2Y8w6h0OMQ8/?ref=app (Edit) I decided it will stick to portrait view, couldn't find an easy way to adapt the code with landscape view.

27th Oct 2020, 4:40 AM
Ipang
3 Answers
27th Oct 2020, 4:53 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 1
Bro you should use left and top instead of margin in the css e.g #red{ position:relative; left:100px ; top:100px; }
15th Mar 2021, 10:56 AM
Mahdi Attaby Ibrahim
Mahdi Attaby Ibrahim - avatar
0
ツ Priyanshi ツ {PTP} Thank you so much for the response sis . The pole is now looks good and nice, but the countdown display screen is still far to the right in landscape mode. I need help with that too, if you don't mind. Can you please add comment in your code so I can see where the changes been made? Thanks again 🙏
27th Oct 2020, 5:01 AM
Ipang