Skip to content

Instantly share code, notes, and snippets.

@igoratron
Created October 1, 2014 09:54
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 igoratron/d5a0b95fc8bcfe733485 to your computer and use it in GitHub Desktop.
Save igoratron/d5a0b95fc8bcfe733485 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Test case</title>
<style>
.test-case {
background-color: white;
border-radius: 20px;
width: 40px;
height: 40px;
box-shadow: 0 0 0 3px black;
}
</style>
</head>
<body>
<div class="test-case"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment