0

Need a helping hand with HTML😨

I recently wrote code with a login form and on my device it looks fine but when I viewed it from another account it was stretched. I just wanna know if everyone has this and if so how can I fix it.Also I covered this issue in my last post so please check it out. https://sololearn.com/compiler-playground/WUIwou5TsJ18/?ref=app

17th Aug 2024, 6:07 PM
Ник
Ник - avatar
4 Answers
+ 3
You often used absolute sizes like pixels to make the layout. If the user's screen is larger or smaller than yours, the design gets messed up. Here are some resources on responsive webdesign: https://www.w3schools.com/html/html_responsive.asp https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design
17th Aug 2024, 6:33 PM
Lisa
Lisa - avatar
+ 3
Check out frameworks as well, Bootstrap is good for beginners. You have predefined classes also for size on different devices.
19th Aug 2024, 6:55 AM
Z 💤
Z 💤 - avatar
+ 1
Ok thanks>:)
19th Aug 2024, 8:33 AM
Ник
Ник - avatar
0
God really tnx
17th Aug 2024, 6:36 PM
Ник
Ник - avatar