Bootstrap Tutorial for Beginners - 09 - The visible class

preview_player
Показать описание
The visible class in bootstrap.

Рекомендации по теме
Комментарии
Автор

EJ, you always make this look so easy! Thank you always!

trr
Автор

if it's not working replace the visible classes with these


<div class="d-none d-sm-block"> hidden-xs
<div class="d-none d-md-block"> visible-md and up (hidden-sm and down)
<div class="d-none d-lg-block"> visible-lg and up (hidden-md and down)
<div class="d-none d-xl-block"> visible-xl </div>
</div>
</div>
</div>

folayfila
Автор

who ever will watch this in the future and this classes didn't work with you that mean ur using bootstrap 4 and u should put ur bootstrap 3 cdn or bootstrap file in ur stylesheet hope this help someone had that problem :)

reactdev
Автор

I love these series.The videos are really useful and the explanation is very easy to understand.I've learned HTML CCS, JAVASCRIPT & JQUERY by watching this tutorial videos.I request you to please upload Java Frameworks videos and aslo ADV.JAVA & SERVLETS.

sandeepkarnati
Автор

I believe this has changed to using hidden-sm-down instead....tried your way, but didn't work for me, so searched the bootstrap docs and found they use hidden now.

dawudfreedmedia