Skip to content

Instantly share code, notes, and snippets.

View ftripier's full-sized avatar
🤠

Felix Tripier ftripier

🤠
View GitHub Profile
@acolyer
acolyer / jessfraz.md
Created November 19, 2017 13:39
Containers, operating systems and other fun things from The Morning Paper
@pensierinmusica
pensierinmusica / responsive-show-hide.css
Last active December 20, 2015 22:09
A super lightweight library to show and hide elements on HTML based on responsive design.
/*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.