Skip to content

Instantly share code, notes, and snippets.

@rico3000
rico3000 / readme.md
Created November 4, 2021 22:40 — forked from hofmannsven/readme.md
Install PHP Composer on Managed Hosting at Domainfactory.

Install Composer on Managed Hosting at Domainfactory

Step 1:

Log in to your Managed Hosting Server via SSH. Create your .bashrc:

touch .bashrc
@rico3000
rico3000 / snippets.css
Created February 2, 2019 08:13
Usefull CSS Snippets
/* https://twitter.com/scottjehl/status/1085600505299111936 */
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
}
}