Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#container {
width: 400px;
height: 150px;
}
.anchor {
width: 100px;
height: 100px;
background: orange;
display: inline-block;
}
</style>
<div id="container">
<div class="anchor">anchor1</div>
</div>