Skip to content

Instantly share code, notes, and snippets.

@Potherca
Last active August 29, 2015 14:02
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 Potherca/c54e4f57d590aaff9798 to your computer and use it in GitHub Desktop.
Save Potherca/c54e4f57d590aaff9798 to your computer and use it in GitHub Desktop.
Test for rebeccapurple support
/**
* Test for rebeccapurple support
*/
@import url(http://fonts.googleapis.com/css?family=Satisfy);
body {
background: rebeccapurple;
min-height: 100%;
}
p {
color: #639;
text-align:center;
margin-top: 35%;
font-size: 200%;
font-family: Satisfy, sans-serif, sans;
}
<p>
If you can read this text, <br/>
your browser does <strong>not</strong><br/>
support <code>rebeccapurple</code>
</p>
/* alert('Hello world!'); */
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>✿ Dabblet</title>
<link href="./dabblet.css" rel="stylesheet" />
<script src="http://dabblet.com/code/prefixfree.min.js"></script>
</head>
<body>
<script src="http://pother.ca/JsBase/add-on/load-dabblet-on-bl.ocks.org.js" id="dabblet-html-goes-here"></script>
</body>
</html>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment