I am trying to set a footer in center but not work
<style>
    .footer {
        color: Black;
        margin-top: 150px;
        align-content:center;
        text-align: center;
    }
</style>
<div class="main">
   <div class="top-row footer">
        CopyRight@CCX.Com
    </div>
</div> 
I am using html with css class
I want to footer in center
Edit:
after adding text-align: center;  not set the footer in center see below image


 
    