• BOUNDARIES AND SPACE


    BOUNDARIES AND SPACE
    Review
    Nice work! You've learned a lot. Let's review the web and CSS concepts covered in this lesson.
    WEB CONCEPTS

    CSS Box Model: illustrates the space and boundary properties of an HTML element that can be controlled using CSS.
    CSS SKILLS

    border: sets the outline of an HTML page element, like a picture frame that contains the element.

    padding: sets the amount of space between an element's content and its border.

    margin: sets the amount of space between an HTML element and the next nearest element(s).

    display: property that determines how the selected element will be arranged in relation to other HTML elements on the page.

    inline: display value used to arrange HTML elements on the same line as neighboring elements.

    flex: display value that allows us to easily align multiple page elements vertically or horizontally.

    float: property used to float HTML elements left or right of neighboring elements.

    position: property used to position HTML elements in exact locations on a webpage.

  • 相关阅读:
    matrix_last_acm_4
    matrix_last_acm_3
    matrix_last_acm_2
    matrix_last_acm_1
    2015亚洲区北京站网络赛
    poj 1062 昂贵的聘礼 最短路
    2-SAT !!
    hdu 4925
    hdu 4927 Java大数
    poj3687 拓扑排序 还没怎么搞明白 回头再想想
  • 原文地址:https://www.cnblogs.com/young-ma/p/7880774.html
Copyright © 2020-2023  润新知