block-height-003-ref.html (349B)
1 <!DOCTYPE html> 2 3 <style> 4 .surrounding-block { 5 width: 100px; 6 height: 100px; 7 border: solid; 8 } 9 </style> 10 11 <div class="surrounding-block"></div> 12 <div style="height: 75px;"></div> 13 <div 14 style="width: 200px; height: 200px; outline: 1px solid; border: 2px dashed blue; box-sizing: border-box;"> 15 </div> 16 <div class="surrounding-block"></div>