Issues with html (elements have slid down page) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Issues with html (elements have slid down page)

I was programming this on my laptop and for some reason input section has slide down the page and i'm wondering why and what do i need to do to fix it? Thanks for you're help https://code.sololearn.com/WT5qX8KoDGG6

26th Mar 2020, 7:23 AM
Ollie Q
Ollie Q - avatar
3 Answers
+ 1
Here is a fine css Copy paste that body, html { height: 100%; width:100%; background:gray; } * { margin: 0px; padding: 0px; } #Backing { width: 35%; max-height: 100%; height:100%; margin: 0px; padding: 0px; background-color: black; margin-left:40%; padding-top:35%; } #Backing *{ max-width:100%; }
26th Mar 2020, 8:18 AM
Saad Mughal
Saad Mughal - avatar
+ 1
Thank you 😀
26th Mar 2020, 8:12 PM
Ollie Q
Ollie Q - avatar
0
Ollie Q Welcome😄
26th Mar 2020, 8:14 PM
Saad Mughal
Saad Mughal - avatar