Skip to content

Instantly share code, notes, and snippets.

View cetricokola's full-sized avatar
🤘
Focusing

Cetric Okola cetricokola

🤘
Focusing
View GitHub Profile
@cetricokola
cetricokola / 01-zsh-command-not-found-gulp.md
Created July 2, 2021 18:24 — forked from LeandroGabrielAyala/01-zsh-command-not-found-gulp.md
The "gulp" command is not found or does not work on node_modules (npm)

I recently wanted to install a new NPM module (that is Gulp). I followed the getting started guide and ran the needed command but it didn’t worked and I felt desperate… but I finally found the solution!

@cetricokola
cetricokola / media-query.css
Created December 14, 2019 17:23 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS