2 Star 0 Fork 0

刘明鑫/LEARN_CSS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
体验CSS语法规范.html 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘明鑫 提交于 2021-06-25 23:44 . Initial commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>体验css语法规范</title>
<style>
/*标签选择器:标签名*/
p {
color: antiquewhite;
/*修改文字大小为24像素*/
font-size: 24px;
}
div {
color: aquamarine;
}
</style>
</head>
<body>
<P>有点意思</P>
<div>男生</div>
<div>女生</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu_ming_xin1/LEARN_CSS.git
git@gitee.com:liu_ming_xin1/LEARN_CSS.git
liu_ming_xin1
LEARN_CSS
LEARN_CSS
master

搜索帮助