Css snippets
library of snippets / components / patterns
http://freefrontend.com/ : group of alternative deisgn +css for common patterns
Other
Snippets are small chunk of code easily copiable from project to project. We feed this article as we use those css snippet
Our own css snippet library (open source code in github)
https://github.com/sinsunsan/sass-snippets
Nice text shadows
https://designshack.net/articles/css/12-fun-css-text-shadows-you-can-copy-and-paste/
Sticky footer
https://css-tricks.com/couple-takes-sticky-footer/
Hide outline in an accessible way
https://jmperezperez.com/outline-focus-ring-a11y/
Transition on the height of an element (for example for an accordion)
Ngrok tunnel a connection between machine in the same network Ngrok
Tutorials to how to share an ip https://stackoverflow.com/questions/4779963/how-can-i-access-my-localhost-from-my-android-device
Transition a dimension to fixed height to auto You can use max-height for example but what if you do not know the height or width and do not want to use auto ?
Last updated