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
Post a Comment