<div class="box">
  <h2>Backgrounds & Borders</h2>
</div>
    
.box {
 border: 5px solid;
 width:430px;
 margin: 40px;
 border-top-left-radius: 10% 30%;
 border-bottom-right-radius: 10% 30%;
 color: #228b99;
 background-image: url(star.png);
 background-repeat: no-repeat;
 
  
}

h2 {
margin: 60px;
margin-left:90px;
font-size:35px;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.