the hidden class defined in sudosu classes makes the following div stay hidden nomatter what screen sizes you are on: ```html <div class="hidden sm:block">Hide me on small screens only</div> ```
the hidden class defined in sudosu classes makes the following div stay hidden nomatter what screen sizes you are on: