blob: d03174aa9464d2f07ee3cc09456ae82ae2e0690e [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
border-left: solid;
border-top: solid;
transform: rotate(180deg);
width: 100px;
height: 100px;
margin: 50px;
}
</style>
The following shape should look like: _|
<div id="target"></div>