This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*CSS Responsive design show-hide*/ | |
/* | |
USAGE | |
The class "res" has two modes, "show" and "hide". | |
The intended direction is from a larger to a smaller device. | |
Assign the class "res-show" to any HTML tag when you want the wrapped content | |
to be hidden on larger devices and shown on smaller ones. |