MSK 发表于 2017-7-14 18:38:03

交作业~

<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>


aswyamato1989 发表于 2017-7-14 23:59:46

继续学习!!!

aswyamato1989 发表于 2017-7-15 01:55:34

交作业!

yishfd 发表于 2017-8-8 01:19:43

类选择器。

哨子1122 发表于 2017-9-7 07:43:07

学习

庚午 发表于 2018-1-2 21:46:47

解密

R9bot 发表于 2018-3-14 21:51:42

桃林小生前来学习{:10_256:}

likesunshine 发表于 2018-3-15 16:15:14

继续学习,加油

rock5442107 发表于 2018-6-5 22:11:00

<!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>

haizi1989 发表于 2018-7-7 09:57:01

学习一下

floride 发表于 2018-7-30 14:05:59

{:7_146:}

新手·ing 发表于 2018-8-9 21:29:47

看看

a211827754 发表于 2018-8-22 14:29:08

好好看好好学

kaneko 发表于 2018-9-28 19:35:35

每天看5篇~加油~鱼C大大讲得真好

soulwyb 发表于 2018-10-17 00:02:18

<!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>

小丸子hjm 发表于 2018-10-26 15:18:25

{:5_106:}

QiaoaiMen 发表于 2018-11-15 20:44:49

回复学习。

莫希 发表于 2019-1-5 20:44:01

RE: 0 0 2 3 - 选择器之谜思 [修改]

BHY 发表于 2019-1-31 19:00:54

看一看隐藏内容

guohuo888meng@1 发表于 2019-2-13 08:48:30

jiayou不二老师
页: 1 [2] 3 4
查看完整版本: 0 0 2 3 - 选择器之谜思