Breakpoints
🏡 HomeIn CSS we need to set breakpoints for screen resolution. The following are the common resolutions for devices that interact with web applications.
💡
It is common to store these values in a constant.js file and have them accessible throughout the application.- 0 - 550px -- Mobile
- 550 - 1100px -- Tablet
- 1100 - 1500px -- Laptop
- > 1500px -- Desktop