I am new at html coding. I have been needing help with making a div in the middle of another div. Can anyone help me please.
<div class="wrapper">
<div class="promo">
<a href="link.com">Get Coupons!</a>
</div>
</div>
I want promo to be in the middle of wrapper. How do I tell code to make it center. I have tried class = "center" but it doesn't work. I have tried style="center" but it doesn't work.
Please. thanks