im new in coding. I want add a box to my page. The box must be centered how can i do?
I did try that codes but isn't working.
.panel{
background-color: #FF2D00;
border-radius: 10px;
height: 25.625em;
left: 5em;
position: absolute;
top: 50%;
}
<div id="panel"></div>