Soo, after god knows how many attempts, my button won't align to the center at all!
.button {
width: 340px;
height: 70px;
background-color: #84705C;
font-family: 'Fredoka', sans-serif;
border-radius: 8px;
border: 0px;
font-size: 50px;
color: #FFFFFF;
text-align: center;
animation-name: buttonoutofhover;
margin: auto;
display: inline-block;
}
I have also tried margin-left and margin-right as a way to set auto. Any help please? I just used basic tags. If it works for your code then sorry for the wasted time, but it seems like it doesn't for mine.. (also tried with and without animation, same thing)