国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

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>