Skip to content

Instantly share code, notes, and snippets.

@yuririn
Last active June 9, 2017 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuririn/a220e23e9fa3d994715fe6c978ad3e7b to your computer and use it in GitHub Desktop.
Save yuririn/a220e23e9fa3d994715fe6c978ad3e7b to your computer and use it in GitHub Desktop.
//- css
style.
a{
color: #333;
background: #aaa;
}
//- js
script.
var flug = true;
if(flug) console.log(flug);
else console.log(flug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment