blob: 832b14ad69c025cb403b86e3e85aeaaed2d18aef [file]
<style>
div {
position: absolute;
left: 20px;
top: 0px;
width: 40px;
height: 40px;
background-color: green;
}
span {
border-right: solid green 40px;
}
</style>
<div></div>