Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Created July 11, 2016 15:27
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 hteumeuleu/988a07d0a169917b1cccffb7096e407e to your computer and use it in GitHub Desktop.
Save hteumeuleu/988a07d0a169917b1cccffb7096e407e to your computer and use it in GitHub Desktop.
Black & White Lists Email Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>White &amp; Black Lists</title>
<style type="text/css">
div {
display: block;
display: foo;
foo: bar;
will-change: transform;
background-color: #3cbc67 !important;
}
</style>
</head>
<body>
<div style="display: block; display: foo; foo: bar; will-change: transform; background-color: #e4505d;">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam quia ad repellat quis odit exercitationem aut ducimus, iusto, corporis quae reprehenderit. Modi quam beatae, adipisci suscipit pariatur porro totam, repellendus.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment