.try {
background-color: aqua;
width: 100px;
height: 100px;
margin: 0 auto;
margin-top: 50%;
position:relative;
}
<div class="try"></div>
Hello sorry for a dumb question, but is it possible to make this div go to the center of the page without using flexbox maybe?