As someone who is just beginning to delve into the world of responsive web design, I hope you can bear with me as I ask what may seem like a silly question. My task at hand is to convert an existing desktop website into a responsive design. After doing some research online, I came across two methods - Fluid grid and Media queries. However, I am unsure which approach would be best for this project, or if I should consider utilizing both in order to create a truly responsive site. From my understanding, Fluid grid allows for webpages to adapt to different viewport sizes, while media queries enable the display of different content (such as images or text) based on the available space in various browser sizes (whether manually resized or viewed on mobile/tablet/desktop browsers). Please feel free to correct me if I have misunderstood any of these concepts.
Thank you in advance for your guidance!