blob: 138d65df940ec03b930ff37deca2f6745cc42830 [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
width: 200px;
height: 150px;
margin-left: 100px;
margin-top: 100px;
background-color: green;
border-top: solid 50px black;
}
</style>
<div id="target"></div>