03day

作者: 中二死军宅 | 来源:发表于2019-03-21 18:34 被阅读0次

1plate
2bento
3#fancy
4plate apple
5#fancy pickle
6.small
7bento .small,plate .small
8bento orange
9plate,bento,plate
10*
11plate *
12plate +apple
13:bento~pikcle
14:plate > apple
15:orange:first-child
16::only-child
17:.small:last-child
18:plate:nth-child(3)
19::nth-last-child(4)
20:apple:first-of-type
21:plate:nth-of-type(even)
22:plate:nth-of-type(2n+3)
23:apple:only-of-type
24:.small:nth-child(even)
25:bento:empty
26:apple:not(.small)not

相关文章

  • 03day

    和 1、em即“emphasize”。 表示强调, 表示更强烈的强调。 2、 默认样式是斜体, 默认样式是粗体。 ...

  • 03day

    兄弟元素选择器 语法:查找后边一个兄弟元素兄弟元素 + 兄弟元素{}查找后边所有兄弟元素兄弟元素 ~ 兄弟元素{}...

  • 03day

    和 1、em即“emphasize”。 表示强调, 表示更强烈的强调。 2、 默认样式是斜体, 默认样式是粗体。 ...

  • 03day

    1plate2bento3#fancy4plate apple5#fancy pickle6.small7bent...

  • 前端03day

    em标签用于表示一段内容中的着重点。 strong标签用于表示一个内容的重要性。 通常em显示斜体,二strong...

  • mysql(03day)

    一. mysql数据库的增删改查 增删改查(curd)curd的解释:代表创建(create),更新(update...

  • 网页03day

    em:标签用于表示一段内容中的着重点。strong:标签用于表示一个内容的重要性。这两个标签可以单独使用,也可以一...

  • 前端03day

    css文本标签和列表 使用cite标签可...

  • 前端03day

    权重:CSS权重指的是样式的优先级,有两条或多条样式作用于一个元素,权重高的那条样式对元素起作用,权重相同的,后写...

  • 前端03day

网友评论

      本文标题:03day

      本文链接:https://www.haomeiwen.com/subject/thncvqtx.html