Is bootstrap right for creating responsive website or manual created media query

hi friends, i want to know what is best option to make a responsive website . Should i
use bootstrap or should i created a website using manual media query.

Suggest me guys.

To make that decision, you need to know more details about the site, its layout, who will be working on it etc.

Personally I don’t like to use things like Bootstrap, I see it as over-complicated bloat which I have no need for. But I am confident enough with css to make a site responsive without any such framework.
One argument for frameworks is consistency and common standards, which can help in a team environment, so everyone works in the same style of coding and avoids confusion.
But for many layouts there simply is no need for that kind of grid system. You can make a site much slimmer and more responsive with custom css tailor-made specifically for the exact design you want, if you know what you are doing.

1 Like

Welcome to the forums, @tpois.

Do you have a sound working knowledge of HTML/CSS? If not, then I would advise against trying to use Bootstrap (for anything) until you have a good grasp of the basics. To use it effectively, you need an understanding of HTML/CSS and Bootstrap itself.

As @SamA74 says, Bootstrap is simply unnecessary in many situations. (Like him, I don’t use it.) If you’re having to ask, I’d suggest you don’t need it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.