交作业~
<style type='text/css'>
header #name,section #slogan_zh,aside #admin{color:red;}
header .addr,section .slogan_en,aside em{color:blue;}
h1{font-size:30px;}
</style>
继续学习!!!
交作业!
类选择器。
学习
解密
桃林小生前来学习{:10_256:}
继续学习,加油
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>023-選擇器</title>
<style type="text/css">
body{
background-color:#000000;
}
#title{
font-size:66px;
color:#FFFFFF;
}
#m-title{
font-size:55px;
color:#FF0000;
}
#s-title{
font-size:44px;
color:#0000FF;
}
#a-title{
font-size:33px;
color:#660088;
}
.red{
text-align:center;
margin-right:40%;
}
.blue{
text-align:center;
margin-left:40%;
}
</style>
</head>
<body>
<header>
<h1 class="red" id="title">FishC</h1>
</header>
<section>
<h1 class="blue" id="m-title">FishC</h1>
<article>
<h1 class="red" id="s-title">FishC</h1>
</article>
</section>
<aside>
<h1 class="blue" id="a-title">FishC</h1>
</aside>
</body>
</html>
学习一下
{:7_146:}
看看
好好看好好学
每天看5篇~加油~鱼C大大讲得真好
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Page Title</title>
<style type="text/css">
h1 {
font-size: 33px;
}
#title {
font-size: 66px;
}
#m-title {
font-size: 55px;
}
#s-title {
font-size: 44px;
}
#a-title {
font-size: 33px;
}
.red {
color: red;
}
.blue {
color: blue;
}
section h1 {
font-size: 33px;
}
</style>
</head>
<body>
<header>
<h1 class="red" id="title">FishC</h1>
</header>
<section>
<h1 class="blue" id="m-title">FishC</h1>
<article>
<h1 class="red" id="s-title">FishC</h1>
</article>
</section>
<aside>
<h1 class="blue" id="a-title">FishC</h1>
</aside>
</body>
</html>
{:5_106:}
回复学习。
RE: 0 0 2 3 - 选择器之谜思 [修改]
看一看隐藏内容
jiayou不二老师