NOURisLIGHT
@NOURisLIGHTAll comments
- @jetskeeter1@NOURisLIGHT
A better approach for making responsive websites for mobile and desktop is to use the Mobile-first method. As most of the people visit websites through their mobile devices. Also it will be easier for you to convert from mobile to desktop rather than desktop to mobile. Make all mobile customs first and make sure everything is working correctly, then at last use media query to make desktop version of your code. Write changes only that is necessary to be changed.
- @devTetra@NOURisLIGHT
A better approach for making responsive websites for mobile and desktop is to use the Mobile-first desktop. As most of the people visit websites through their mobile devices. Also it will be easier for you to convert from mobile to desktop rather than desktop to mobile. Make all mobile customs first and make sure everything is working correctly, then at last use media query to make desktop version of your code. Write changes only that is necessary to be changed.
Marked as helpful