Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.surrounding-block {
width: 100px;
height: 100px;
border: solid;
}
</style>
<div class="surrounding-block"></div>
<div style="height: 75px;"></div>
<div
style="width: 200px; height: 200px; outline: 1px solid; border: 2px dashed blue; box-sizing: border-box;">
</div>
<div class="surrounding-block"></div>