wuhui1222
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style type="text/css">
        body{
            /*颜色设置*/
            /*rgb是red,green,blue三种颜色的意思,三种三色混合为白色*/
            /*color: rgb(255,255,255);*/

            /*a为透明度范围为0-1数值越少越透明*/
            /*color:rgba(255,255,0,0.5);*/

            color: #E14D1DFF

            /*斜体设置*/
            font-style:italic;

            /*粗细设置采用数值400是默认数值 最小100 最大是900 normal*/
            font-weight: 900;
        }
    </style>
</head>
<body>
    walter
</body>
</html>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-12
  • 2022-02-04
  • 2021-12-07
  • 2021-10-28
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-12-25
  • 2021-12-10
  • 2021-12-10
  • 2021-10-07
  • 2021-09-18
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案