1761460-ref.html (348B)
1 <!doctype html> 2 <style> 3 .card { 4 box-sizing: border-box; 5 height: 400px; 6 width: 300px; 7 overflow: clip; 8 border-radius: 4px; 9 } 10 .card-heading-image { 11 width: 900px; 12 height: 300px; 13 background: red; 14 border-top-left-radius: 4px; 15 border-top-right-radius: 4px; 16 } 17 </style> 18 <div class="card"> 19 <div class="card-heading-image"></div> 20 </div>