probraly just how good it looks, and also the hover modes, looks nice!
What challenges did you encounter, and how did you overcome them?I’m currently facing a challenge with making my site responsive after going live with my HTML and CSS project. I’ve built the layout for desktop screens (1440px), and it looks good at that size. However, I’m not sure how to approach making it work for mobile devices (like 375px width).
When I open my live site and try to resize the window, I can’t get it to show how it would look at 375px unless I use Chrome’s developer tools and switch to mobile view manually. This makes it hard for me to understand what the proper workflow or strategy is for developing a responsive site that works well on both desktop and mobile.
I know that media queries are involved, but I’m confused about: • When and how to test mobile views effectively (especially after going live). • How to set up a proper development process for building mobile responsiveness after the desktop version is done. • Whether I should rely on the Chrome inspector tools for mobile views, or if there’s a better approach.
Any advice or guidance on how to structure the development and testing for responsiveness would be super helpful!
What specific areas of your project would you like help with?I’m currently facing a challenge with making my site responsive after going live with my HTML and CSS project. I’ve built the layout for desktop screens (1440px), and it looks good at that size. However, I’m not sure how to approach making it work for mobile devices (like 375px width).
When I open my live site and try to resize the window, I can’t get it to show how it would look at 375px unless I use Chrome’s developer tools and switch to mobile view manually. This makes it hard for me to understand what the proper workflow or strategy is for developing a responsive site that works well on both desktop and mobile.
I know that media queries are involved, but I’m confused about: • When and how to test mobile views effectively (especially after going live). • How to set up a proper development process for building mobile responsiveness after the desktop version is done. • Whether I should rely on the Chrome inspector tools for mobile views, or if there’s a better approach.
Any advice or guidance on how to structure the development and testing for responsiveness would be super helpful!