@yza1982Submitted over 3 years ago
Any feedback for improvement..
Any feedback for improvement..
Maybe add some hover on the buttons. Otherwise looks fine.
1)What is the correct method while designing in mobile view??? 2) At some point the responsiveness of the page is not so good and how to rectify this?
First of all you should remove the position: absolute from .container div, put all the text within one div and the image in another then apply flex on .container, Then within the text div make two divs, one for main heading and p, another for bottom part, then style it accordingly. As for mobile responsiveness, bring both the images(desktop and mobile) in html and change their visibility in css with visibility property and media query. Also maybe play around with the max-width property of .container.