Login page responsive

Hello,

I am currently developing a login page and this one does not hesitate to scroll. Indeed, I would for example put 2 input in the middle of the page (email / password) and at the bottom of the page a sentence of the style “you do not have an account, register”.

However, I encounter a problem, I do not know how to adapt this page on any type of laptop. If I manually place with% the bottom sentence the inputs and that I remove the scroll, on a smaller or bigger screen the bottom sentence will be for example outside the screen or in the middle, etc …

How to do ?

Thank you

Remember Ionic i built upon the web. Use media queries to alter your numbers of the positioning of the elements.

1 Like