Skip to content

Instantly share code, notes, and snippets.

@CallumHoward
Created February 22, 2018 03: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 CallumHoward/9f791899dd9dec2164003866a975cb38 to your computer and use it in GitHub Desktop.
Save CallumHoward/9f791899dd9dec2164003866a975cb38 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<title>Transparency Test</title>
<style>
div {
height: 100px;
width: 50%;
}
.red { background-color: #ff222288; }
.blue { background-color: #2222ff88; }
.green { background-color: #22ff2288; }
.clear { background-color: #00000088; }
</style>
</head>
<body>
<div class="red"></div>
<div class="blue"></div>
<div class="green"></div>
<div class="clear"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment