I’d like to just use the bootstrap grid to make it responsive

Asked

Viewed 178 times

3

How can I use only bootstrap grid just to make it responsive, because I end up not being able to customize my css inputs because of bootstrap itself

  • 1

    Felipe edit your question and clarify your problem, you can rather customize the elements input using Bootstrap.

  • You can copy the code you want from CSS of Bootstrap

1 answer

2


You can only use the Bootstrap Grid quietly. Note that when you download the full version of Bootstrap directly to the official website within the .zip comes a file option .css that contains only the Grid, you can consult here: https://getbootstrap.com/docs/4.0/getting-started/contents/#Precompiled-bootstrap

Anyway here’s the Grid-only CSS link from the official Bootstrap project on Github https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap-grid.min.css

See the image below to better understand.

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.