国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

App下載
首頁(yè)htmltext_alignCSS Property Value - 如何text-align: center; 中心圖像/段落/按鈕

CSS Property Value - 如何text-align: center; 中心圖像/段落/按鈕

我們想知道如何text-align: center; 中心圖像/段落/按鈕。

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
#center {
  background-color: red;
  text-align: center;
}
</style>
</head>
<body>
  <div id="center">
    <button>button1</button>
  </div>
</body>
</html>