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
3 Antworten
+ 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
0
God really tnx
0
Ok thanks>:)