In Bootstrap {class="col-md-4"} is used for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In Bootstrap {class="col-md-4"} is used for?

i am a beginner of bootstrap,.. i have a question that i saw a class { class="col-md-4" } is used. the {class="col-md-4" } stands for????

5th Nov 2017, 5:32 AM
Sidhartha Satapathy
Sidhartha Satapathy - avatar
2 Answers
+ 15
Bootstrap assumes screen width as 12 columns. If you create an element with class "col-md-4", it occupies 4 out of those 12 columns. And, 'md' stands for medium sized devices.
5th Nov 2017, 5:52 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 1
oh. thank you sir..
6th Nov 2017, 3:41 AM
Sidhartha Satapathy
Sidhartha Satapathy - avatar