blob: 24b402d99f160dac582ee393a338cb52629ac2a3 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 50px;
height: 100px;
background-color: green;
border: 10px solid blue;
box-sizing: border-box;
}
</style>
<div></div><div></div><div></div>