我怎样才能将按钮移动到中心

How can i move button to center

https://i.stack.imgur.com/Y8orM.png https://i.stack.imgur.com/b19Xt.png

为什么按钮不居中并且文本“CV”与下载不在同一行

通常当你有一个按钮和一个像这样的箭头时,我认为它与你的 div 有关

例如

<div class="button-wrapper">
  <button>
     Download Cv
  </button>
</div>
<div class="cv-arrow">
Data
</div>

但是,如果您正在寻找真正经过验证的答案,最好在堆栈溢出中发布 html 和 css 片段。