I would just use the bootstrap grid to leave responsive [closed]

3

How can I use only the bootstrap grid just to make it responsive, because I just can not customize my inputs in css because of the bootstrap itself

    
asked by anonymous 14.10.2018 / 01:33

1 answer

2

You can use only the Bootstrap Grid quietly. Note that when you download the full version of Bootstrap directly to the official website within .zip comes a .css file option that contains only Grid, you can see here: link

Anyway here is the only Grid CSS link straight from the official Bootstrap project on GitHub link

See the image below for a better understanding.

    
14.10.2018 / 01:45