1 Star 0 Fork 34

长腿熊耳/h5_css3

forked from zy_laoyang/h5_css3 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
sel-element-gt.html 343 Bytes
Copy Edit Raw Blame History
zy_laoyang authored 2020-03-26 16:37 . 样式表练习
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
div>p{
background-color: #ffd29d;
}
</style>
</head>
<body>
<div>
<p>aaaaa</p>
<header>
<p>aaaaa</p>
<nav>
<p>aaaaa</p>
</nav>
</header>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/long_legs_and_bear_ears/h5_css3.git
git@gitee.com:long_legs_and_bear_ears/h5_css3.git
long_legs_and_bear_ears
h5_css3
h5_css3
master

Search