Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<center> <button....... style='margin-top:35%;'>Download</button> </center>
margin: 0px auto
<div style="display:flex;justify-content:center;align-items:center;"> <div>Кнопка</div> </div>
button,input[type=button]{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; }