I am looking to create a responsive website using media queries and have already created different media queries for mobile, tablets, and desktops.
However, I am unsure if I should be writing the same CSS code multiple times for various device sizes, such as 320px and 640px.
I am feeling confused about whether this is the correct approach to writing media queries, as it seems repetitive to write the same CSS code for each device size.
I need assistance in understanding how to proceed further with media queries, especially since I am new to them. Additionally, I am unsure whether to go for an adaptive layout or a responsive layout.
I want to express my gratitude for all the helpful responses provided by everyone. My company has assigned me a task where I am required to design a responsive webpage without using any frameworks, solely relying on media queries.