I am trying to position the slide show in the center of the div tag, which I have designated as black. However, it is currently displaying in the top-left corner.
.slide{background-image:url("samples.jpg") ;
background-size: 100% ;
background-repeat: no-repeat;
height:500px;
border-style: solid;
border-width: 5px;
}
.point_556492{
padding:45px,0px;
border-style: solid;
border-width: 5px;
float: center;
height:150px;
border-style: solid;
border-width: 5px;
width:50%;
}
<div class="slide">
<div class="point_556492"> sample</div>
</div>