blob: 1524279bea1d5703a699d4db9a251c72bb3ed694 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 300px;
height: 150px;
margin: 20.33px;
border: 2px solid black;
background-color: green;
}
</style>
</head>
<body>
<p>There should be no gap between the black border and the green fill. The border should be a consistent width on all sides.</p>
<div></div>
</body>
</html>