Hi,
Using Ionic2 can anyone please let me know how to show a block of elements on the bottom of the screen as shown below using scss.
Thanks
Hi,
Using Ionic2 can anyone please let me know how to show a block of elements on the bottom of the screen as shown below using scss.
Thanks
classic example:
position: absolute;
bottom: 0;
flex example
align-self: flex-end;
Thanks for the reply. I have tried this but the I do get the following, the alignment is not proper.,
Thanks for the css I have used the suggest css along with grid system.
Thanks a lot.