How do I make make my portfolio responsive

Hi…I was wondering must I use @media queries to make my first portfolio responsive check it out and please reply http://cdpn.io/RGOjVB

Generally, when I use bootstrap, I don’t write any CSS at first (especially those that alter widths, heights, margins, paddings, floats, and the like). I’d structure it first with HTML and bootstrap’s classes. Those alone should make your page responsive. Once it’s done I’d proceed with changing colors and fonts, again generally not touching widths or heights or floats. I don’t think you have to add your own media queries just yet, since bootstrap already does this for you.

I’d suggest you read the bootstrap docs on proper usage of these classes, or this article about the grid system. You can also look around in youtube for bootstrap videos.

1 Like

Thanks keV so basically I should avoid adding widths height and float