I try to to set vertical align of elements that exist into a div tag to center. Please advice
<div class="new_div">
<h3>نام من</h3>
<p>توضیحات من</p>
<button class="btn btn-primary">بیشتر ...</button>
</div>
css
.new_div {
position: absolute;
width: 100%;
text-align: center;
}