0
How can I balance the measurements of a PC and that of a phone
Hi guys am really having a challenge with measurements.. I code on PC but when I transfer it to phone, it doesn't fit
2 Antworten
+ 1
Set width in percentage and height in pixels.
I have also faced this problem, hence I used this method.
For your reference you can check my below project in your PC and phone.
https://code.sololearn.com/WqNkZIeyGISl/?ref=app
+ 5
Jerry Daniel You have to learn about @media attributes in CSS.