my-love-is-python
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <div style="border: 1px solid red; height:50px; width:100px; font-size: 10px; text-align: center; line-height: 50px; font-weight: bold">
        123456
    </div>
</body>
</html>

border: 1px solid red (宽度 样式 颜色)

height:高度

width:宽度

font-size: 字体大小

text-align: 内容水平位置‘

line-height : 内容上下位置

font-weight : 字体粗细

 






分类:

技术点:

相关文章:

  • 2021-10-13
  • 2021-12-09
  • 2021-12-14
  • 2021-09-27
  • 2021-12-04
  • 2021-12-04
  • 2021-09-18
  • 2021-12-14
猜你喜欢
  • 2021-09-27
  • 2021-09-27
  • 2021-09-27
  • 2021-09-27
  • 2021-10-23
  • 2021-09-27
  • 2021-12-26
相关资源
相似解决方案