+ 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
4 odpowiedzi
+ 7
padding ang margin in bootstrap it is up to 5; example py-1 to py-5;
mt-1 to mt-5.
+ 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
0
Reivin Dedstinguer another problem check my code again and tell me why col-6 not working
0
Reivin Dedstinguer thanks bro