Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="utf-8">
<style>
.control {
background: blue;
width: 200px;
height: 1em;
}
.container {
border: 2px groove ThreeDFace;
margin: 0;
padding: 1em;
}
</style>
</head>
<body>
<div class="container">
<label>Label</label>
<div class="control" id="ctrl-d"></div>
</div>
</body>
</html>