I have a figma design which I am to convert to a html and css template. There is only a dimension of 1440px for the design with. On which screen size should I start coding? Should I start on width 1440px and scale down/up to other screen size or start from mobile then scale up to other screen size?
What are the best practices to ensure responsiveness on different screen size?
The simplest way is to start with a larger screen size you need to take care of.
Here is a simple set of media-query CSS to get you started: