Skip to content

Instantly share code, notes, and snippets.

View iamwilson's full-sized avatar
🦁
Hakuna Matata

John Wilson iamwilson

🦁
Hakuna Matata
View GitHub Profile
// create a bookmark and use this code as the URL, you can now toggle the css on/off
// thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3
javascript: (function() {
var domStyle = document.createElement("style");
domStyle.append(
'* { color:#0f0!important;outline:solid #f00 1px!important; background-color: rgba(255,0,0,.2) !important; }\
* * { background-color: rgba(0,255,0,.2) !important; }\
* * * { background-color: rgba(0,0,255,.2) !important; }\
* * * * { background-color: rgba(255,0,255,.2) !important; }\
* * * * * { background-color: rgba(0,255,255,.2) !important; }\
@iamwilson
iamwilson / GitCommitEmoji.md
Created August 8, 2019 03:49 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@iamwilson
iamwilson / media-query.css
Created January 14, 2019 09:34 — 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
@iamwilson
iamwilson / Loading-animation-with-keyframe-for-SCSS-&-Jade..markdown
Created January 6, 2015 05:45
Loading animation with keyframe for SCSS & Jade.