1. 主页
  2. 文档
  3. CSS
  4. CSS3选择器
  5. css3案例解析

css3案例解析

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        p {
            color: red;
            color: #ff0000;
            color: rgb(255, 0, 0);
            font-size: 30px;
        }
    </style>
</head>

<body>
    <p></p>
</body>

</html>
这篇文章对您有用吗?

我们要如何帮助您?