css - hide an html div for some devices with bootstrap -


i use bootstrap 3, have div, want show in xs , lg devices. how can work?

using responsive utility classes...

<div class="visible-lg hidden-md hidden-sm visible-xs">visible large , xs</div> 

demo: http://bootply.com/78724


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -