美文网首页
Head First HTML and CSS (the box

Head First HTML and CSS (the box

作者: TravisW | 来源:发表于2018-11-19 12:47 被阅读0次
    1. line-height


    2. box model




    联想到细胞结构:细胞核,细胞质,细胞膜,细胞外液
    细胞形状可以任意变化,无穷无尽

    1. background-image



    2. padding&margin: top, right, bottom, left




    3. border

    5.1 border-style



    5.2 border-width

    5.3 border-color

    5.4 border sides

    5.5 border-radius

    1. class vs id

    如果是多个element同属于一个group,就用class,如果是唯一的element,就用id

    1. id

    和id之间不能有空格

    1. using multiple stylesheets


    2. media attribute



    3. add media queries right into your CSS


    相关文章

      网友评论

          本文标题:Head First HTML and CSS (the box

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