login design ionic | How design a responsive login page in ionic angular
login design ionic | How design a responsive login page in ionic angular In this login design ionic tutorial we will learn how to design a responsive login and register page in ionic. Most of beginners think how to start design a login page in ionic and apply css to it. Ionic design is same as html design but some tags are different than simple html. like ion-row, ion-col, ion-grid, ion-icon etc. Here we will skip project creation as it is explained in previous blog. For installation and project creation see the blog How install ionic and develop first application So lets start- Create a page and write the below code in .html file I have used cdn link here for fontawesome. < link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/ font-awesome/4.7.0/css/font-awesome.min.css" > < ion-content class = "main_content" > < div class = "container_home" > < div class = "fo...