Skip to content

Commit

Permalink
Create draw-notify-to-console.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ngthuc authored Nov 25, 2020
1 parent 7c02972 commit 2eb4224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions draw-notify-to-console.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @Credit: https://codelearn.io/
*/
function n(n) {
return "background:" + n + "; color:white; padding: 5px; font-size: 40px; border-radius: 10px; margin: 1px;"
}
console.log("%cF%cP%cT%cCODELEARN.IO", n("#084aa0"), n("#f36f21"), n("#49b644"), n("#ff6d3a"));

0 comments on commit 2eb4224

Please sign in to comment.