I have these two divs and would like to center the one in the other. Any help would be appreciated.
<div class="PicturesBackground" style="height:350px; width: 100%; background: green; border-radius:15px;">
<div class="ContentArea" style="height:80%; width:90%; background: blue; margin-top:30px"></div></div>
I have tried using margins and padding and it puts margins/padding on the entire thing instead of just the ContentArea Div within th the background div.