Skip to content

Instantly share code, notes, and snippets.

@jyc
Created July 5, 2016 23:36
Show Gist options
  • Select an option

  • Save jyc/1b4ae389ffc080541bd587310ab67cf3 to your computer and use it in GitHub Desktop.

Select an option

Save jyc/1b4ae389ffc080541bd587310ab67cf3 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>zero test</title>
<style>
div {
background-color: green;
width: 10em;
height: 10em;
width: calc(0);
}
</style>
</head>
<body>
Should there be a green box visible below this?
<div></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment