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
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
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.
Browser other questions tagged html css twitter-bootstrap
You are not signed in. Login or sign up in order to post.
Felipe edit your question and clarify your problem, you can rather customize the elements
input
using Bootstrap.– NoobSaibot
You can copy the code you want from CSS of Bootstrap
– Costamilam