Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: Reference for inline-block test</title>
<style type="text/css">
div { display:block; width: 2em; height: 1em; background: green; }
</style>
</head>
<body>
<div> </div>
</body>
</html>