Skip to content

Instantly share code, notes, and snippets.

@igorshubovych
Created May 27, 2016 08:57
Show Gist options
  • Save igorshubovych/7afb412792cea8aec7c37cd9c19f85c0 to your computer and use it in GitHub Desktop.
Save igorshubovych/7afb412792cea8aec7c37cd9c19f85c0 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Test page</title>
</head>
<body>
<h1>Test page</h1>
<script type="text/javascript">
console.log('%cWe' + ' %care' + ' %chiring',
'color: red; font-size: 2em;',
'color: green; font-size: 1.5em;',
'color: blue; font-size: 2.5em;');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment