Source code

Revision control

Copy as Markdown

Other Tools

<!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>