How can I ensure that my HTML buttons adjust proportionally to different screen sizes?
I've been working on coding an Android app using HTML and CSS, and everything seems to be running smoothly. However, when I share the file with a friend, he complains that the buttons are too small to use comfortably.
My friend is tired of testing out every file I send him. Can someone please provide me with the CSS code that will make sure the layout adjusts proportionally for all screen sizes?
For instance, if there are three buttons in one row, I want them to appear the same layout but larger on bigger screens and smaller on smaller screens. Thank you!
I forgot to mention earlier that the pixel size I adjusted was in the font size within the body tag.