blob: 3db064e089dae2a7db9ad2b21e33c99bfafd1d2d [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 300px;
height: 150px;
margin: 20.33px;
border: 4px solid black;
background-color: green;
}
</style>
</head>
<body>
<p>There should be no gap between the black border and the green fill</p>
<div></div>
</body>
</html>