Well I've been doing a project that I found in an online course and all very well, but, I need to center a button. In the video they use the following lines:
div.resumen input{
display: block;
margin-bottom: 10px auto;
}
In the tutorial it works but when I execute it, it appears
"Invalid Property Value"
Can someone tell me why it happens and how to fix it?