Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
from を使用しbootstrap 3、div を持っています。これを XS および LG デバイスでのみ表示したいと考えています。どうすればこの仕事をすることができますか?
bootstrap 3
レスポンシブ ユーティリティ クラスの使用...
<div class="visible-lg hidden-md hidden-sm visible-xs">visible large and xs</div>
デモ: http://bootply.com/78724