Center check boxes with css in cfml page

I’m having a really basic issue with css. It won’t let me centre my checkboxes in the middle of the page. The checkboxes are actually coldfusion, but should work the same. myform.cfml: .myform { position: relative; padding: 2rem; margin-left: auto; margin-right: auto; } .checkboxes { background-color: aquamarine; } <div class=”myform”> <cfform action=”landing.cfml” method=”post”> <div class=”checkboxes”>… Read More Center check boxes with css in cfml page