overflow-hidden-7-ref.html 155 B

123456789
  1. <!DOCTYPE html>
  2. <style>
  3. .box {
  4. width: 200px;
  5. height: 200px;
  6. background-color: darkblue;
  7. }
  8. </style>
  9. <div class="box"></div>