html - Bootstrap 3: Can 'row' and 'col-xx-xx' classes be assigned to non-block leven elements? -


is advisable give bootstrap 3 classes non-block level elements such span? best practices in area? still see answer question anywhere.

since bootstrap classes specifies css properties listed below, technically possible use them on non-block elements, have additionally set display: block; these elements. don't think advisable, html elements must used taking in account of purpose, described in html w3c standard.

for .row:

margin-left margin-right 

for col-xx-xx:

  position   min-height   padding-left   padding-right   width 

Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -