zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    各种知识点
    链表
    滑动窗口
    数组

    【转】无重复字符的最长子串
    【转】荷兰国旗问题 三指针排序
    【转】回溯思想团灭排列、组合、子集问题
    【LeetCode】45. 跳跃游戏 II
    动态分配内存初始化二维数组
  • 原文地址:https://www.cnblogs.com/young-ma/p/7880774.html
Copyright © 2011-2022 走看看