There are 3 identical <div>
s available:
<div class="box">Hello World!</div>
<div class="box">Hello World!</div>
<div class="box">Hello World!</div>
I need these <div>
s to be visible on desktop screen size, only two of them to appear on tablets, and just one on mobile. I'm looking for a way to achieve this using bootstrap and CSS without modifying the HTML structure. Can anyone assist with this task?