bootstrap padding not working | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

bootstrap padding not working

https://code.sololearn.com/WG9WRItVba6M/?ref=app Why py-7 is not working for the two boxes and how can I solve this issue

17th Jul 2020, 9:54 PM
Mr Robot
Mr Robot - avatar
4 Respostas
+ 7
padding ang margin in bootstrap it is up to 5; example py-1 to py-5; mt-1 to mt-5.
17th Jul 2020, 10:37 PM
Reivin
Reivin - avatar
+ 5
since there is a m-1 col it should be 5 or less (col-5). example if m-2 col should be less than 4. in this case. this because row divides the container into 2 columns
18th Jul 2020, 9:37 AM
Reivin
Reivin - avatar
0
Reivin Dedstinguer another problem check my code again and tell me why col-6 not working
18th Jul 2020, 8:28 AM
Mr Robot
Mr Robot - avatar
0
18th Jul 2020, 10:11 AM
Mr Robot
Mr Robot - avatar