Skip to content

Instantly share code, notes, and snippets.

View SampsonCrowley's full-sized avatar
💭
Building intelligent applications for EMR systems

Sampson Crowley SampsonCrowley

💭
Building intelligent applications for EMR systems
View GitHub Profile
@tosbourn
tosbourn / facebook_warning.html
Created February 4, 2017 23:37
How to recreate Facebook's console warning
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
const warningTitleCSS = 'color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;';
const warningDescCSS = 'font-size: 18px;';