Skip to content

Instantly share code, notes, and snippets.

@pastparty
Last active June 28, 2018 09:46
Show Gist options
  • Select an option

  • Save pastparty/813adac6d01a473b799ec0fa710053ae to your computer and use it in GitHub Desktop.

Select an option

Save pastparty/813adac6d01a473b799ec0fa710053ae to your computer and use it in GitHub Desktop.
floopflop.js - it's very good.
const floopflop = () => {
const style = `
font: 600 italic 64px/1.2 'Futura';
color: #fff;
background: rgb(208,33,32);
padding: 0 8px 8px 8px;
`;
console.log('%cFloopflop', style);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment